THBox
extends TElement
in package
Horizontal Box
Tags
Table of Contents
Methods
- __construct() : mixed
- Class Constructor
- add() : mixed
- Add an child element
- addRowSet() : mixed
- Add a new row with many cells
- pack() : mixed
- Static method for pack content
Methods
__construct()
Class Constructor
public
__construct() : mixed
add()
Add an child element
public
add( $child[, mixed $style = 'display:inline-table;' ]) : mixed
Parameters
addRowSet()
Add a new row with many cells
public
addRowSet() : mixed
pack()
Static method for pack content
public
static pack() : mixed