Constructor HTML_QuickForm_select::HTML_QuickForm_select() | Class constructor |
HTML_QuickForm_select::addOption() | Adds a new OPTION to the SELECT |
HTML_QuickForm_select::apiVersion() | Returns the current API version |
HTML_QuickForm_select::exportValue() | We check the options and return only the values that _could_ have been |
HTML_QuickForm_select::getFrozenHtml() | Returns the value of field without HTML tags |
HTML_QuickForm_select::getMultiple() | Returns the select mutiple attribute |
HTML_QuickForm_select::getName() | Returns the element name |
HTML_QuickForm_select::getPrivateName() | Returns the element name (possibly with brackets appended) |
HTML_QuickForm_select::getSelected() | Returns an array of the selected values |
HTML_QuickForm_select::getSize() | Returns the select field size |
HTML_QuickForm_select::getValue() | Returns an array of the selected values |
HTML_QuickForm_select::load() | Loads options from different types of data sources |
HTML_QuickForm_select::loadArray() | Loads the options from an associative array |
HTML_QuickForm_select::loadDbResult() | Loads the options from DB_result object |
HTML_QuickForm_select::loadQuery() | Queries a database and loads the options from the results |
HTML_QuickForm_select::setMultiple() | Sets the select mutiple attribute |
HTML_QuickForm_select::setName() | Sets the input field name |
HTML_QuickForm_select::setSelected() | Sets the default values of the select box |
HTML_QuickForm_select::setSize() | Sets the select field size, only applies to 'multiple' selects |
HTML_QuickForm_select::setValue() | Sets the value of the form element |