psf
Public Member Functions | List of all members
BS_Form Class Reference
Inheritance diagram for BS_Form:
Form HtmlContainer HtmlElement PsfObject

Public Member Functions

 __construct ($_action=NULL, $_parent=NULL)
 
- Public Member Functions inherited from Form
 __construct ($_action=NULL, $_parent=NULL)
 
 ToHtml ()
 
- Public Member Functions inherited from HtmlContainer
 __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)
 

Additional Inherited Members

- Public Attributes inherited from Form
 $Action = NULL
 
 $Method = FormMethod::Get
 
- Public Attributes inherited from HtmlContainer
 $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 inherited from HtmlContainer
 ReplaceControl ($text)
 
- Protected Attributes inherited from HtmlContainer
 $Items = array()
 
 $cIndent = 4
 
- Protected Attributes inherited from PsfObject
 $Parent = NULL
 

Detailed Description

Definition at line 22 of file form.php.


The documentation for this class was generated from the following file: