* $this->widget('zii.widgets.jui.CJuiProgressBar',array( * 'value'=>75, * // additional javascript options for the progress bar plugin * 'options'=>array( * 'change'=>new CJavaScriptExpression('function(event, ui) {...}'), * ), * 'htmlOptions'=>array( * 'style'=>'height:20px;', * ), * )); *