Progressbar


Vaata koodi
$this->widget('zii.widgets.jui.CJuiProgressBar', array(
    'id'=>'progress',
    'value'=>0,
    'htmlOptions'=>array(
        'style'=>'width:200px; height:20px; float:left;'
    ),
));

Täpsem info

http://jqueryui.com/demos/progressbar/