
Public Member Functions | |
| __construct () | |
| Creates a new horizontal layout. | |
Static Public Member Functions | |
| static | convertFromXML ($attrs, $contents, $node) |
Protected Member Functions | |
| renderContainer ($class, $style, $events, $id) | |
The children are laid out next to each other, using 'float:left'
array: CSS class applied to the div around each child in the box; otherwise, 'float:left' is used
Definition at line 12 of file TKHBox.php5.
| static TKHBox::convertFromXML | ( | $ | attrs, | |
| $ | contents, | |||
| $ | node | |||
| ) | [static] |
For internal use only.
Definition at line 64 of file TKHBox.php5.
References TKContainer::$children.
| TKHBox::renderContainer | ( | $ | class, | |
| $ | style, | |||
| $ | events, | |||
| $ | id | |||
| ) | [protected] |
For internal use only.
Reimplemented from TKContainer.
Definition at line 25 of file TKHBox.php5.
References TKComponent::$html, TKComponent::$id, Toolkit::classToString(), TKContainer::getChildParams(), TKContainer::getChildrenBySlot(), and Toolkit::styleToString().
1.5.6