
Public Member Functions | |
| __construct ($caption) | |
| Creates new HTML button. | |
Static Public Member Functions | |
| static | createFromXML ($attrs, $contents, $node) |
Protected Member Functions | |
| renderComponent ($class, $style, $events, $id) | |
Definition at line 8 of file TKButton.php5.
| TKButton::__construct | ( | $ | caption | ) |
Creates new HTML button.
| $caption | [string]: text to display in button |
Reimplemented from TKAbstractButton.
Definition at line 14 of file TKButton.php5.
References TKComponent::addProperty().
| static TKButton::createFromXML | ( | $ | attrs, | |
| $ | contents, | |||
| $ | node | |||
| ) | [static] |
For internal use only.
Reimplemented from TKAbstractButton.
Definition at line 38 of file TKButton.php5.
| TKButton::renderComponent | ( | $ | class, | |
| $ | style, | |||
| $ | events, | |||
| $ | id | |||
| ) | [protected] |
1.5.6