This behavior consists of a bar that presents links for First, Previous, Next, Last. In addition though, the page navigation includes (between the Previous and Next links) links to a certain number of consecutive pages (groups of records). This way, you can access a specific page with a single click.
Recordset:
The recordset you want paging
Records per page:
How many records you want display for each page
Number of pages:
Specify how many links to consecutive pages will be displayed in the navigation bar, between the Previous and Next links. The default value is 5.
Link style:
The css style for the links in the navigation bar
Current page style:
The css style for the current page in the navigation bar
Non active link style:
The css style for the inactive link in the navigation bar.
Active page mask:
The link mask where the {1} will be replaced with the link. Can be used to add special chars to enclose the current page number like [1]
Link separator:
The characters will be insert between the links to separate the links.
Next link:
Previous link:
First link:
Last link:
The text used in the links Next page, previous page, First page and Last page. If this text field is void the link will not be insert in the page so you can define if have this links or not in your navigation bar