
Public Member Functions | |
| __construct ($action="", $method="post") | |
| Creates a new HTML form. | |
Static Public Member Functions | |
| static | convertFromXML ($attrs, $contents, $node) |
Protected Member Functions | |
| renderContainer ($class, $style, $events, $id) | |
You can add any type of component to this container, although it is intended to contain elements of type TKFormElement and its descendants.
string: form action string: form method ('get' or 'post')
Definition at line 15 of file TKForm.php5.
| TKForm::__construct | ( | $ | action = "", |
|
| $ | method = "post" | |||
| ) |
Creates a new HTML form.
| $action | [string]: form action | |
| $method | [string]: form method |
Definition at line 22 of file TKForm.php5.
References TKComponent::addEvent(), and TKComponent::addProperty().
| static TKForm::convertFromXML | ( | $ | attrs, | |
| $ | contents, | |||
| $ | node | |||
| ) | [static] |
For internal use only.
Definition at line 55 of file TKForm.php5.
References TKContainer::$children.
| TKForm::renderContainer | ( | $ | class, | |
| $ | style, | |||
| $ | events, | |||
| $ | id | |||
| ) | [protected] |
For internal use only.
Reimplemented from TKContainer.
Definition at line 38 of file TKForm.php5.
References TKContainer::getChildrenBySlot(), and TKComponent::render().
1.5.6