Todo List
HTML_Common | --HTML_QuickForm_element | --HTML_QuickForm_input | --HTML_QuickForm_radio
void HTML_QuickForm_radio( [string $elementName = null], [mixed $elementLabel = null], [string $text = null], [string $value = null], [mixed $attributes = null])
void exportValue( &$submitValues, [ $assoc = false])
string getChecked( )
string getFrozenHtml( )
string getText( )
void onQuickFormEvent( string $event, mixed $arg, &$caller, object $caller)
void setChecked( bool $checked)
void setText( string $text)
string toHtml( )