
Public Member Functions | |
| __construct ($caption) | |
| Called by descendant classes. | |
Static Public Member Functions | |
| static | createFromXML ($attrs, $value, $node) |
Use TKButton% to create an actual button.
string: text to display in button boolean: whether button is initially disabled
Definition at line 14 of file TKAbstractButton.php5.
| TKAbstractButton::__construct | ( | $ | caption | ) |
Called by descendant classes.
| $caption | [string]: initial value for caption property |
Reimplemented in TKButton.
Definition at line 20 of file TKAbstractButton.php5.
References TKComponent::addProperty().
| static TKAbstractButton::createFromXML | ( | $ | attrs, | |
| $ | value, | |||
| $ | node | |||
| ) | [static] |
For internal use only.
Reimplemented from TKComponent.
Reimplemented in TKButton, and TKIconButton.
Definition at line 30 of file TKAbstractButton.php5.
1.5.6