Here it is:
http://www.yiiframew...ycascadeselect/
Page 1 of 1
[EXTENSION] Chained dropdown/select lists
#2
Posted 04 January 2010 - 09:20 AM
public function makeDropDown($id, $selected = '', $data, $htmlOptions = array(), $action, $chained)
{
$controller=$this->controller;
Yii::app()->clientScript->registerScript('jqcascadeselect'.$id,
"jQuery('#".CHtml::getIdByName($id)."').cascade('#".$chained."',{".
"ajax: {url: 'index.php?r=".$action."'},".
"template: commonTemplate});",
CClientScript::POS_READY);
return CHtml::dropDownList($id, $selected, $data, $htmlOptions);
}
Share this topic:
Page 1 of 1

Help











