Todo List
HTML_Common | --HTML_QuickForm_element | --HTML_QuickForm_group | --HTML_QuickForm_hierselect
This element is considered as a group. Selects will be named groupName[0], groupName[1], groupName[2]...
void HTML_QuickForm_hierselect( [string $elementName = null], [string $elementLabel = null], [mixed $attributes = null], [mixed $separator = null])
void accept( &$renderer, [ $required = false], [ $error = null])
void onQuickFormEvent( $event, $arg, &$caller)
void setMainOptions( array $array)
void setOptions( array $options)
Call the functions that actually do the magic.
void setSecOptions( array $array)
The main _options array is initialized and the _setOptions function is called.
void setValue( array $value)
void toHtml( )