Object | --Persistent | --Component | --Control | --FocusControl | --ButtonControl
ButtonControl is the base class for objects that represent button controls, such as Button, CheckBox, RadioButton.
The value of the TabOrder can be between 0 and 32767.
Overridden in child classes as:
ButtonControl __construct( [ $aowner = null])
void dumpContentsButtonControl( string $inputType, string $name, [string $additionalAttributes = ""], [string $surroundingTags = "%s"], [bool $composite = false])
It takes all necessary info to dump the control.
void dumpJavascript( )
void init( )
void loaded( )