widgets\LinkPager $options

$options public property HTML attributes for the pager container tag. See also yii\helpers\Html::renderTagAttributes() for details on how attributes are being rendered. public array $options = ['class' => 'pagination']

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 $maxButtonCount

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

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 $lastPageCssClass

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

widgets\LinkPager $hideOnSinglePage

$hideOnSinglePage public property Hide widget when only one page exist. public boolean $hideOnSinglePage = true

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 $firstPageCssClass

$firstPageCssClass public property The CSS class for the "first" page button. public string $firstPageCssClass = 'first'