API16:JPagination
From Joomla! Documentation
[Edit Descripton] Template:Description:JPagination
Defined in
libraries/joomla/html/pagination.php
Methods
| Method name | Description |
|---|---|
| __construct | Constructor. |
| setAdditionalUrlParam | Method to set an additional URL parameter to be added to all pagination class generated links. |
| getAdditionalUrlParam | Method to get an additional URL parameter to be added to all pagination class generated links if it exists. |
| getRowOffset | Return the rationalised offset for a row with a given index. |
| getData | Return the pagination data object, only creating it if it doesn't already exist. |
| getPagesCounter | Create and return the pagination pages counter string, ie. Page 2 of 4. |
| getResultsCounter | Create and return the pagination result set counter string, ie. Results 1-10 of 42 |
| getPagesLinks | Create and return the pagination page list string, ie. Previous, Next, 1 2 3 ... x. |
| getListFooter | Return the pagination footer. |
| getLimitBox | Creates a dropdown box for selecting how many records to show per page. |
| orderUpIcon | Return the icon to move an item UP. |
| orderDownIcon | Return the icon to move an item DOWN. |
Importing
jimport( 'joomla.html.pagination' );
[Edit See Also] Template:SeeAlso:JPagination
Examples
<CodeExamplesForm />