__construct()
addElement()
addNewLine()
generateHTML()
getAlignmentString()
getColspanString()
getRowspanString()
mergeTableElements()
setCSSClasses()
$alignment
$colspan
$rowspan
$CSSClasses
$elements
$rowOpen
$width
ALIGN_BOTTOM
ALIGN_CENTER
ALIGN_LEFT
ALIGN_RIGHT
ALIGN_TOP
VALIDATE_NUMERIC
footer
newLine
Structures elements using a table.
This is used to build HTML code by using objects.
| package | metaHTML |
|---|
__construct(String $width)
| see | \global\htmlElement |
|---|
Stringtable width (e.g. 100%)
addElement(mixed $element, boolean $newLine, boolean $isTableHeadElement)
The element may be a htmlElement object or a simple String.
mixedhtmlElement object or a simple String
booleanadds a new line after the element (optional, default false)
booleanspecifies if this is a head or body element (default: body)
addNewLine()
generateHTML(string $module, array $input, array $values, boolean $restricted, integer $tabindex, string $scope) : array
stringName of account module
arrayList of meta-HTML elements
arrayList of values which override the defaults in $input (name => value)
booleanIf true then no buttons will be displayed
integerStart value of tabulator index for input fields
stringAccount type
arrayList of input field names and their type (name => type)getAlignmentString() : String
| inherited_from | \htmlElement::getAlignmentString() |
|---|
Stringalignment HTML attributes (e.g. align="right" valign="top")getColspanString() : String
| inherited_from | \htmlElement::getColspanString() |
|---|
Stringcolspan HTML attribute (e.g. colspan=3)getRowspanString() : String
| inherited_from | \htmlElement::getRowspanString() |
|---|
Stringrowspan HTML attribute (e.g. rowspan=3)mergeTableElements(\$table $table)
\$tabletable to get elements
setCSSClasses(String $CSSClasses)
StringCSS class names (e.g. "userlist smallPadding")
$alignment
| inherited_from | \htmlElement::$$alignment |
|---|
$colspan
| inherited_from | \htmlElement::$$colspan |
|---|
$rowspan
| inherited_from | \htmlElement::$$rowspan |
|---|
$CSSClasses
$elements
$rowOpen
$width
ALIGN_BOTTOM
| inherited_from | \htmlElement::ALIGN_BOTTOM |
|---|
ALIGN_CENTER
| inherited_from | \htmlElement::ALIGN_CENTER |
|---|
ALIGN_LEFT
| inherited_from | \htmlElement::ALIGN_LEFT |
|---|
ALIGN_RIGHT
| inherited_from | \htmlElement::ALIGN_RIGHT |
|---|
ALIGN_TOP
| inherited_from | \htmlElement::ALIGN_TOP |
|---|
VALIDATE_NUMERIC
| inherited_from | \htmlElement::VALIDATE_NUMERIC |
|---|
newLine