This site uses cookies from Google to deliver its services, to personalize ads and to analyze traffic. Information about your use of this site is shared with Google. By using this site, you agree to its use of cookies. Learn More

Alternative Way To Make Dropdown Menu In Yii

Alternative Way To Make Dropdown Menu In Yii Web-development (jquery) Alternative Way To Make Dropdown Menu In Yii Alternative Way to make Dropdown menu in yiiAlternative Way to make Dropdown menu in yii



<div> <?php echo $form->dropDownList($model,'country_id', CHtml::listData(Country::model()->findAll(), 'id', 'country_name'), array('empty'=>'Select Country'))?> </div> Or other option <div> <?php echo CHtml::dropDownList('Users[country_id'],'', CHtml::listData(Country::model()->findAll(), 'id', 'country_name'), array('empty'=>'Select Country'))?> </div> 

0 Response to "Alternative Way To Make Dropdown Menu In Yii"

Posting Komentar

Contact

Nama

Email *

Pesan *