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'

widgets\InputWidget $value

$value public property The input value. public string $value = null

widgets\InputWidget init()

init() public method Initializes the widget. If you override this method, make sure you call the parent implementation first. public void init ( )

widgets\InputWidget hasModel()

hasModel() protected method protected boolean hasModel ( )return boolean Whether this widget is associated with a data model.

widgets\InputWidget $options

$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 = []

widgets\InputWidget $name

$name public property The input name. This must be set if $model and $attribute are not set. public string $name = null

widgets\InputWidget $model

$model public property The data model that this widget is associated with. public yii\base\Model $model = null

widgets\InputWidget $attribute

$attribute public property The model attribute that this widget is associated with. public string $attribute = null

widgets\FragmentCache init()

init() public method Initializes the FragmentCache object. public void init ( )