SEARCH
0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Prev | Current Page 1216 | Next

Joseph W. Lowery

"Dreamweaver CS3 Bible"

Now it??™s time to put some real interactive controls into the hands of your
Web application users. Dreamweaver includes a set of server behaviors that enable users to page through
your recordset much as if they were flipping the pages of a catalog.
You can approach Dreamweaver??™s record navigation through two avenues: One is a do-it-yourself route, and
the other lets Dreamweaver do most of the work for you. To better understand how record navigation
works, examine the piece-by-piece approach first.
Building record navigation links
As mentioned earlier, Dreamweaver includes a set of Recordset Paging server behaviors to control navigation
within a recordset. Again, the application is straightforward: Select the text or image you??™d like to serve
as a trigger and attach the appropriate server behavior. When selected, the trigger fires the server-side code
698
Incorporating Dynamic Data Part IV
that retrieves the chosen record. If a Repeat Region is inserted on the page, the next or previous group of
records is displayed.
You can find five server behaviors under the Recordset Paging submenu:
n Move To First Record
n Move To Previous Record
n Move To Next Record
n Move To Last Record
n Move To Specific Record
Move To Specific Record is most often used in conjunction with a search routine or a masterdetail
application.


Pages:
1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228