Beispiel #1
0
 public function select($name, $choices, $options = array(), $html_attributes = array())
 {
     $value = strval($this->get_model_data($name));
     $option_tags = $this->add_default_select_options(FormTagHelper::options_for_select($choices, $value), $options, $value);
     return FormTagHelper::select_tag($this->get_field_name($name), $option_tags, $html_attributes);
 }