The GEN:Pagination tag provides you with finer control over which pagination controls are displayed on the page. Table pagination can be added to any table, allowing end-users to conveniently move from page to page in the table. You can manage the number of records in a single page.
|
|
The pagination control is automatically added to any table where the number of records in the table exceeds the number of rows per page specified by the application developer. |
Some types of pagination controls simply display some data, while others allow some interaction with the application user. For example, the CurrentPage type of Pagination control simply displays the current page number being displayed. The NextPage type of Pagination control can be attached to a button – and when the user clicks on the buttons, the next page will be displayed. Use the tag’s Properties dialog to attach a button to a pagination control.
To use the composite pagination component, you can use the GEN:Use tag with Type=Pagination. The composite component uses the GEN:Pagination tag to place some of the ten different types of pagination controls on the page. The GEN:Use tag is described in Use Tag.