我可以为Zii进度条添加值标签吗?
$w =intval($model->fixed);
$this->widget('zii.widgets.jui.CJuiProgressBar', array(
'value'=> $w ,
'htmlOptions'=>array(
'style'=>'width:200px;height:20px;',
),
));
问候。