can I add a value label for a Zii progress bar?
$w =intval($model->fixed);
$this->widget('zii.widgets.jui.CJuiProgressBar', array(
'value'=> $w ,
'htmlOptions'=>array(
'style'=>'width:200px;height:20px;',
),
));
Regards.
Modify like this to put label to your progress bar