$disabledPageCssClass public property The CSS class for the disabled page buttons. public string $disabledPageCssClass = 'disabled'
$activePageCssClass public property The CSS class for the active (currently selected) page button. public string $activePageCssClass = 'active'
init() public method Initializes the widget. If you override this method, make sure you call the parent implementation first. public void init ( )
hasModel() protected method protected boolean hasModel ( )return boolean Whether this widget is associated with a data model.
$value public property The input value. public string $value = null
$options public property The HTML attributes for the input tag. See also yii\helpers\Html::renderTagAttributes() for details on how attributes are being rendered. public array $options = []
$name public property The input name. This must be set if $model and $attribute are not set. public string $name = null
$model public property The data model that this widget is associated with. public yii\base\Model $model = null
$attribute public property The model attribute that this widget is associated with. public string $attribute = null
updateDynamicContent() protected method Replaces placeholders in content by results of evaluated dynamic statements. protected string updateDynamicContent ( $content, $placeholders )$content string $placeholders array return string Final content
Page 10 of 633