Represent a single Html container, usually used by htmlpage or htmltable or any other element that is able to hold child html elements.
More...
|
| __construct ($_parent=NULL) |
|
| AppendHtmlLine ($html, $indent=-1) |
| Insert a line of html into body of a page (to bottom of the body). If $indent contains anything else than -1 it's indented by that value, if it's -1 the indentation is automatic.
|
|
| AppendHeader ($text, $level=1) |
| Insert a header on bottom of current body of the page.
|
|
| AppendHtml ($html, $indent=-1) |
|
| AppendParagraph ($text, $class=NULL) |
|
| AppendPreformatted ($text) |
|
| AppendPre ($text) |
|
| AppendLine () |
|
| AppendLineBreak () |
|
| AppendObject ($object, $indent=-1, $force=false) |
|
| AddChild ($_child) |
|
| _gen_html_tag ($name, $value, $param="") |
|
| html_b ($text) |
|
| html_div ($text) |
|
| html_font ($text, $param="") |
|
| html_p ($text, $class=NULL) |
|
| InsertFileToBody ($f) |
|
| ToHtml () |
|
| __clone () |
|
| ToHtml () |
|
| DisableIndenting () |
|
| __construct ($_parent=NULL) |
|
| SetParent ($_parent) |
|
| GetParent ($_parent) |
|
| AddChild ($_child) |
|
|
| $AutoInsertChilds = false |
|
| $Indentation = 0 |
|
| $Indent = True |
|
| $Style = NULL |
|
| $ClassName = NULL |
| The class of html element, if HTML5, this will be added as <element class="text"> if not NULL.
|
|
|
| $Items = array() |
|
| $cIndent = 4 |
|
| $Parent = NULL |
|
Represent a single Html container, usually used by htmlpage or htmltable or any other element that is able to hold child html elements.
Definition at line 26 of file container.php.
The documentation for this class was generated from the following file: