How to create the custom Drop-down using CHtml::dropDownList

Comparing #2 with #3

Revision #3 was created by Ankit Modi Ankit Modi on Jul 15, 2014, 3:48:44 AM.

text bold

Content

Hi Friends, This tutorial may be help us create the custom drop-down menu using CHtml::dropDownList 1) first create/copy the drop-down menu in your **_form.php** file
[...]
</div>
```
2) Create the
**UtilityHtml.php** file on componets folder which is include a all html file function




```php
[...]