Home
last modified time | relevance | path

Searched refs:activeDropDownList (Results 1 – 16 of 16) sorted by relevance

/dports/www/limesurvey/limesurvey/application/extensions/yiiwheels/widgets/formhelpers/
H A DWhDropDownInputWidget.php28 … ? CHtml::activeDropDownList($this->model, $this->attribute, array(), $this->htmlOptions)
/dports/www/limesurvey/limesurvey/application/extensions/yiiwheels/widgets/multiselect/
H A DWhMultiSelect.php68 … echo CHtml::activeDropDownList($this->model, $this->attribute, $this->data, $this->htmlOptions);
/dports/www/limesurvey/limesurvey/application/views/installer/
H A Ddbconfig_view.php21 …'control' => CHtml::activeDropDownList($model, 'dbtype', $model->supported_db_types, array('requir…
H A Doptconfig_view.php59 …'control' => CHtml::activeDropDownList($model, 'surveylang', $languages, array('style' => '', 'cla…
/dports/www/limesurvey/limesurvey/application/extensions/yiiwheels/widgets/select2/
H A DWhSelect2.php71 … TbHtml::activeDropDownList($this->model, $this->attribute, $this->data, $this->htmlOptions) :
/dports/www/limesurvey/limesurvey/application/extensions/bootstrap/widgets/
H A DTbDataColumn.php87 echo TbHtml::activeDropDownList(
/dports/www/thundersnarf/thundersnarf/protected/yii114/framework/zii/widgets/grid/
H A DCDataColumn.php94 …echo CHtml::activeDropDownList($this->grid->filter, $this->name, $this->filter, array('id'=>false,…
/dports/www/limesurvey/limesurvey/framework/zii/widgets/grid/
H A DCDataColumn.php102 …return CHtml::activeDropDownList($this->grid->filter, $this->name, $this->filter, array('id'=>fals…
/dports/www/thundersnarf/thundersnarf/protected/views/file/
H A D_search.php36 echo CHtml::activeDropDownList(
/dports/www/thundersnarf/thundersnarf/protected/yii114/framework/web/widgets/
H A DCActiveForm.php534 return CHtml::activeDropDownList($model,$attribute,$data,$htmlOptions);
/dports/www/limesurvey/limesurvey/framework/web/widgets/
H A DCActiveForm.php914 return CHtml::activeDropDownList($model,$attribute,$data,$htmlOptions);
/dports/www/thundersnarf/thundersnarf/protected/yii114/framework/web/helpers/
H A DCHtml.php1376 public static function activeDropDownList($model,$attribute,$data,$htmlOptions=array()) function in CHtml
1432 return self::activeDropDownList($model,$attribute,$data,$htmlOptions);
/dports/www/limesurvey/limesurvey/framework/web/helpers/
H A DCHtml.php1991 public static function activeDropDownList($model,$attribute,$data,$htmlOptions=array()) function in CHtml
2058 return self::activeDropDownList($model,$attribute,$data,$htmlOptions);
/dports/www/limesurvey/limesurvey/application/extensions/bootstrap/helpers/
H A DTbHtml.php2001 public static function activeDropDownList($model, $attribute, $data, $htmlOptions = array()) function in TbHtml
2028 $output .= parent::activeDropDownList($model, $attribute, $data, $htmlOptions);
2049 return self::activeDropDownList($model, $attribute, $data, $htmlOptions);
2585 return self::activeDropDownList($model, $attribute, $data, $htmlOptions);
/dports/www/thundersnarf/thundersnarf/protected/yii114/framework/
H A Dyiilite.php4594 public static function activeDropDownList($model,$attribute,$data,$htmlOptions=array()) function in CHtml
4613 return self::activeDropDownList($model,$attribute,$data,$htmlOptions);
/dports/www/limesurvey/limesurvey/framework/
H A Dyiilite.php5708 public static function activeDropDownList($model,$attribute,$data,$htmlOptions=array()) function in CHtml
5736 return self::activeDropDownList($model,$attribute,$data,$htmlOptions);