$js public property public $js = ['jquery-ui.js']
$depends public property public $depends = ['yii\web\JqueryAsset']
$css public property public $css = ['themes/smoothness/jquery-ui.css']
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
$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
run() public method Renders the widget. public void run ( )
Page 256 of 633