Changes
Title
unchanged
How to create the custom Drop-down using CHtml::dropDownList
Category
unchanged
How-tos
Yii version
changed
1.1
Tags
changed
dropdown, custom,#dropdown, custom
Content
changed
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
```php
<div class="control-group">
<label class="control-label"><?php echo $form->labelEx($model,'dob'); ?></label>[...]
</div>
```
2) Create the **UtilityHtml.php
** file on componets folder which is include a all html file function
```php
/**
* @Method : Dynemic Month
* @Params :
* @author : Ankit Modi
* @created : JULY 11 2014[...]