Class TbPager
Bootstrap pager widget. http://twitter.github.com/bootstrap/components.html#pagination
- CBasePager
- TbPager
Package: bootstrap\widgets
Copyright: Copyright © Christoffer Niska 2013-
License: New BSD License
Author: Christoffer Niska <christoffer.niska@gmail.com>
Located at widgets/TbPager.php
Copyright: Copyright © Christoffer Niska 2013-
License: New BSD License
Author: Christoffer Niska <christoffer.niska@gmail.com>
Located at widgets/TbPager.php
public
|
|
public
|
|
protected
array
|
|
protected
string
|
#
createPageLink( string $label, integer $page, boolean $disabled, boolean $active )
Creates a page link. |
protected
array
|
public
string
|
$size |
|
#
the pager size. |
public
integer
|
$maxButtonCount | 5 |
#
maximum number of page buttons that can be displayed. |
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 | false |
#
whether the "first" and "last" buttons should be hidden. Defaults to false. |
public
array
|
$htmlOptions | array() |
#
HTML attributes for the pager container tag. |