
Public Member Functions | |
| __construct ($attrs=array()) | |
| render ($name, $value, $extra_attrs=array(), $choices=array()) | |
Public Attributes | |
| $choices = array() | |
| Pluf_Form_Widget_SelectInput::__construct | ( | $ | attrs = array() |
) |
Reimplemented from Pluf_Form_Widget.
| Pluf_Form_Widget_SelectInput::render | ( | $ | name, | |
| $ | value, | |||
| $ | extra_attrs = array(), |
|||
| $ | choices = array() | |||
| ) |
Renders the HTML of the input.
| string | Name of the field. | |
| mixed | Value for the field, can be a non valid value. | |
| array | Extra attributes to add to the input form (array()) | |
| array | Extra choices (array()) |
| Pluf_Form_Widget_SelectInput::$choices = array() |