Class Pager
Pager renders a Foundation pagination component.
- CLinkPager
- foundation\widgets\Pager
Namespace: foundation\widgets
Package: foundation\widgets
Author: Antonio Ramirez <amigo.cobos@gmail.com>
See: http://foundation.zurb.com/docs/components/pagination.html
Located at widgets/Pager.php
Package: foundation\widgets
Author: Antonio Ramirez <amigo.cobos@gmail.com>
See: http://foundation.zurb.com/docs/components/pagination.html
Located at widgets/Pager.php
Methods summary
public
|
|
public
|
|
public static
|
|
public static
string
|
Magic methods summary
Constants summary
string |
CSS_FIRST_PAGE
|
'arrow' |
|
string |
CSS_LAST_PAGE
|
'arrow' |
|
string |
CSS_PREVIOUS_PAGE
|
'arrow' |
|
string |
CSS_NEXT_PAGE
|
'arrow' |
|
string |
CSS_HIDDEN_PAGE
|
'hide-for-landscape hide-for-portrait' |
|
string |
CSS_SELECTED_PAGE
|
'current' |
|
string |
CSS_INTERNAL_PAGE
|
'page' |
Properties summary
public
string
|
$nextPageLabel |
#
the text label for the next page button. |
public
string
|
$prevPageLabel |
#
the text label for the previous page button. |
public
string
|
$firstPageLabel |
#
the text label for the first page button. |
public
string
|
$lastPageLabel |
#
the text label for the last page button. |
public
boolean
|
$hideFirstAndLast |
#
whether the "first" and "last" buttons should be hidden. Defaults to false. |
public
boolean
|
$centered |
#
whether to center the pager or not |