hi guys ,
i wnt to use Dropdown widget of Yii .
Plz tell hoe to configure it n how to implement in our application
hi guys ,
i wnt to use Dropdown widget of Yii .
Plz tell hoe to configure it n how to implement in our application
Shortly:
echo CHtml::dropDownList('element_id','', array(1=>'Option 1',2=>'Option 2',3=>'Option 3'));
For more details please check:
http://www.yiiframework.com/doc/api/1.1/CHtml#dropDownList-detail
Chtml Example