Revision #30 has been created by resurtm on Aug 11, 2011, 8:37:52 AM with the memo:
previous commit fix
« previous (#29) next (#32) »
Changes
Title
unchanged
By Example: CHtml
Category
unchanged
Tutorials
Yii version
unchanged
Tags
unchanged
listData, chtml, link, button
Content
changed
[...]
array('empty' => '(Select a category'));
```
**Example 5: Generating dropdownlist with option groups.**
If you need to generate dropdownlist using both `optgroup` and `option` tags use the following code.
```php
<div class="cars-select">
<?php echo CHtml::dropDownList('Cars', 'car_id', array([...]