
Public Member Functions | |
| __construct () | |
| Creates a new VBox. | |
Static Public Member Functions | |
| static | convertFromXML ($attrs, $contents, $node) |
Protected Member Functions | |
| renderContainer ($class, $style, $events, $id) | |
The children are laid out one on top of the other, usually using the "clear:both" style.
Definition at line 9 of file TKVBox.php5.
| static TKVBox::convertFromXML | ( | $ | attrs, | |
| $ | contents, | |||
| $ | node | |||
| ) | [static] |
For internal use only.
Definition at line 40 of file TKVBox.php5.
References TKContainer::$children.
| TKVBox::renderContainer | ( | $ | class, | |
| $ | style, | |||
| $ | events, | |||
| $ | id | |||
| ) | [protected] |
For internal use only.
Reimplemented from TKContainer.
Definition at line 19 of file TKVBox.php5.
References TKComponent::$html, TKComponent::$id, Toolkit::classToString(), TKContainer::getChildParams(), TKContainer::getChildrenBySlot(), and Toolkit::styleToString().
1.5.6