* $this->widget('zii.widgets.jui.CJuiSliderInput',array( * 'name'=>'rate', * 'value'=>37, * // additional javascript options for the slider plugin * 'options'=>array( * 'min'=>10, * 'max'=>50, * ), * 'htmlOptions'=>array( * 'style'=>'height:20px;', * ), * )); *
* $this->widget('zii.widgets.jui.CJuiSliderInput',array( * 'model'=>$model, * 'attribute'=>'timeMin', * 'maxAttribute'=>'timeMax', * // additional javascript options for the slider plugin * 'options'=>array( * 'range'=>true, * 'min'=>0, * 'max'=>24, * ), * )); *