Todo List
HTML_Common | --HTML_QuickForm_element
void HTML_QuickForm_element( [string $elementName = null], [mixed $elementLabel = null], [mixed $attributes = null])
void accept( object An &$renderer, [bool $required = false], [string $error = null])
Overridden in child classes as:
float apiVersion( )
mixed exportValue( array &$submitValues, [bool $assoc = false])
void freeze( )
string getFrozenHtml( )
string getLabel( )
string getName( )
string getType( )
mixed getValue( )
bool isFrozen( )
void onQuickFormEvent( string $event, mixed $arg, &$caller, object $caller)
void setLabel( string $label)
void setName( string $name)
void setPersistantFreeze( [bool $persistant = false])
void setValue( string $value)
void unfreeze( )