I'm using giix. I need to make this drop-down to allow multiple selects. Can anyone assist?
<label><?php echo GxHtml::encode($model->getRelationLabel('recruitColleges')); ?></label>
<?php echo $form->dropDownList($model, 'recruitColleges', GxHtml::encodeEx(
GxHtml::listDataEx(
College::model()->findAllAttributes(null, true)), false, true));
?>
Page 1 of 1
Multiple Dropdown List giix multi dropdown
#2
Posted 28 January 2013 - 11:13 AM
Give the attributes of the Collage model, as
College::model()->findAllAttributes(null, true)), 'id', 'name'
Share this topic:
Page 1 of 1

Help













