◆ __construct()
xHTML_Form::__construct |
( |
| ) |
|
◆ AddContent()
xHTML_Form::AddContent |
( |
|
$content | ) |
|
Adds content to form
- Parameters
-
Reimplemented from xHTML_Item.
◆ AddContentAfter()
xHTML_Form::AddContentAfter |
( |
|
$newContent | ) |
|
Adds content after this one
- Parameters
-
Reimplemented from xHTML_Item.
◆ AddContentBefore()
xHTML_Form::AddContentBefore |
( |
|
$newContent | ) |
|
Adds content before this one
- Parameters
-
Reimplemented from xHTML_Item.
◆ AddCSSClass()
xHTML_Form::AddCSSClass |
( |
|
$classname | ) |
|
Adds a CSS class to this object
- Parameters
-
string | $classname | CSS class name |
Reimplemented from xHTML_Item.
◆ GetAllScripts()
xHTML_Form::GetAllScripts |
( |
| ) |
|
Gets all scripts and CREATE the whole parser one
- Returns
- xHTMLJavaScript[int]
◆ LinkScriptFromForm()
xHTML_Form::LinkScriptFromForm |
( |
|
$internal_array | ) |
|
Links scripts from a provided form INTERNAL USE ONLY
- Parameters
-
array | $internal_array | ['scriptdata']=xHTMLJavaScript, ['mainfunctionname']=string |
◆ ReplaceContent()
xHTML_Form::ReplaceContent |
( |
|
$content | ) |
|
Replaces content
- Parameters
-
string | xHTML_Item | array | $content | Content to replace |
Reimplemented from xHTML_Item.
◆ SetActionURI()
xHTML_Form::SetActionURI |
( |
|
$URI | ) |
|
Sets action URI
- Parameters
-
◆ SetEqualityRestriction()
xHTML_Form::SetEqualityRestriction |
( |
|
$input1, |
|
|
|
$input2 |
|
) |
| |
Set an equality restriction on several inputs (Should be called with param list)
◆ SetMethod()
xHTML_Form::SetMethod |
( |
|
$method | ) |
|
Sets method (get, post)
- Parameters
-
◆ SetProperty()
xHTML_Form::SetProperty |
( |
|
$name, |
|
|
|
$value |
|
) |
| |
Sets property
- Parameters
-
Reimplemented from xHTML_Item.
The documentation for this class was generated from the following file: