widgets\LinkPager $pageCssClass

$pageCssClass public property (available since version 2.0.7) The CSS class for the each page button. public string $pageCssClass = null

widgets\LinkPager $nextPageLabel

$nextPageLabel public property The label for the "next" page button. Note that this will NOT be HTML-encoded. If this property is false, the "next" page button will not be displayed. public string|boolean $nextPageLabel = '»'

widgets\LinkPager $nextPageCssClass

$nextPageCssClass public property The CSS class for the "next" page button. public string $nextPageCssClass = 'next'

widgets\LinkPager $lastPageCssClass

$lastPageCssClass public property The CSS class for the "last" page button. public string $lastPageCssClass = 'last'

widgets\LinkPager $linkOptions

$linkOptions public property HTML attributes for the link in a pager container tag. See also yii\helpers\Html::renderTagAttributes() for details on how attributes are being rendered. public array $linkOptions = []

widgets\LinkPager $lastPageLabel

$lastPageLabel public property The text label for the "last" page button. Note that this will NOT be HTML-encoded. If it's specified as true, page number will be used as label. Default is false that means the "last" page button will not be displayed. public string|boolean $lastPageLabel = false

widgets\LinkPager $maxButtonCount

$maxButtonCount public property Maximum number of page buttons that can be displayed. Defaults to 10. public integer $maxButtonCount = 10

widgets\LinkPager $firstPageLabel

$firstPageLabel public property The text label for the "first" page button. Note that this will NOT be HTML-encoded. If it's specified as true, page number will be used as label. Default is false that means the "first" page button will not be displayed. public string|boolean $firstPageLabel = false

widgets\LinkPager $disabledPageCssClass

$disabledPageCssClass public property The CSS class for the disabled page buttons. public string $disabledPageCssClass = 'disabled'

widgets\LinkPager $activePageCssClass

$activePageCssClass public property The CSS class for the active (currently selected) page button. public string $activePageCssClass = 'active'