Resolved: Yii 1.1 CHtml activeDropDownList htmlOptions
I have , and want to add htmlOPtions array, for example style, or class etc...
CHtml::activeDropDownList($model, 'status_id', array_combine(array_values(array("", "3", "1")), array("Все", "Заявки", "В ожидании")));
One comment
Leave a Comment