psf
Public Member Functions | Public Attributes | Protected Member Functions | Protected Attributes | List of all members
HtmlContainer Class Reference

Represent a single Html container, usually used by htmlpage or htmltable or any other element that is able to hold child html elements. More...

Inheritance diagram for HtmlContainer:
HtmlElement PsfObject DivContainer Form HtmlPage BS_Alert BS_FluidContainer BS_Well BS_Form LoginForm

Public Member Functions

 __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 ()
 
- Public Member Functions inherited from HtmlElement
 __clone ()
 
 ToHtml ()
 
 DisableIndenting ()
 
- Public Member Functions inherited from PsfObject
 __construct ($_parent=NULL)
 
 SetParent ($_parent)
 
 GetParent ($_parent)
 
 AddChild ($_child)
 

Public Attributes

 $AutoInsertChilds = false
 
- Public Attributes inherited from HtmlElement
 $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.
 

Protected Member Functions

 ReplaceControl ($text)
 

Protected Attributes

 $Items = array()
 
 $cIndent = 4
 
- Protected Attributes inherited from PsfObject
 $Parent = NULL
 

Detailed Description

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: