Todo List
HTML_Common | --HTML_QuickForm_element | --HTML_QuickForm_input
void HTML_QuickForm_input( [string $elementName = null], [mixed $elementLabel = null], [mixed $attributes = null])
void exportValue( &$submitValues, [ $assoc = false])
Overridden in child classes as:
string getName( )
string getValue( )
void onQuickFormEvent( string $event, mixed $arg, &$caller, object $caller)
void setName( string $name)
void setType( string $type)
void setValue( string $value)
string toHtml( )