|
| $uniqid |
|
| $tagname |
|
| $contents |
|
| $properties |
|
| $autoclosed |
|
| $bbenabled |
|
| $parent |
|
◆ __construct()
xHTML_Item::__construct |
( |
|
$content = NULL | ) |
|
Default constructor
- Parameters
-
Reimplemented in xHTML_A, xHTML_Div, xHTML_HGeneric, xHTML_H1, xHTML_H2, xHTML_H3, xHTML_H4, xHTML_H5, xHTML_H6, xHTML_Link, xHTML_LI, xHTML_GenericList, xHTML_UL, xHTML_OL, xHTML_P, xHTML_Span, xHTML_Style, xHTML_UnparsedCode, xHTML_Input, xHTML_InputText, xHTML_InputPassword, xHTML_InputSendButton, xHTML_Comment, xHTML_CDATA_Javascript, xHTML_Text, xHTML_FilteredText, xHTML_BBCodeText, xHTML_UnfilteredText, xHTML_CDATA, and xHTML_Title.
◆ AddContent()
xHTML_Item::AddContent |
( |
|
$content | ) |
|
|
protected |
Adds contents to tag
- Parameters
-
string | HTMLItem | array | $content | |
Reimplemented in xHTML_A, xHTML_Body, xHTML_Comment, xHTML_Div, xHTML_Form, xHTML_HGeneric, xHTML_Head, xHTML_LI, xHTML_GenericList, xHTML_P, xHTML_Script, xHTML_Span, xHTML_Style, xHTML_UnparsedCode, and xHTML_Text.
◆ AddContentAfter()
xHTML_Item::AddContentAfter |
( |
|
$newContent | ) |
|
|
protected |
Add content before this once
- Parameters
-
string | xHTML_Item | array | $newContent | New content to add |
Reimplemented in xHTML_A, xHTML_Body, xHTML_Comment, xHTML_Div, xHTML_Form, xHTML_HGeneric, xHTML_Img, xHTML_LI, xHTML_P, xHTML_Script, xHTML_Span, xHTML_Style, xHTML_Table, and xHTML_UnparsedCode.
◆ AddContentBefore()
xHTML_Item::AddContentBefore |
( |
|
$newContent | ) |
|
|
protected |
Adds content before this one
- Parameters
-
- Exceptions
-
Reimplemented in xHTML_A, xHTML_Body, xHTML_Comment, xHTML_Div, xHTML_Form, xHTML_HGeneric, xHTML_Img, xHTML_LI, xHTML_P, xHTML_Script, xHTML_Span, xHTML_Style, xHTML_Table, and xHTML_UnparsedCode.
◆ AddCSSClass()
xHTML_Item::AddCSSClass |
( |
|
$classname | ) |
|
|
protected |
Adds CSS Class to this object
- Parameters
-
string | $classname | CSS class name |
Reimplemented in xHTML_A, xHTML_Body, xHTML_Div, xHTML_Form, xHTML_Input, xHTML_Img, xHTML_LI, xHTML_GenericList, xHTML_P, xHTML_Span, and xHTML_Table.
◆ ClearContent()
xHTML_Item::ClearContent |
( |
| ) |
|
◆ ClearProperty()
xHTML_Item::ClearProperty |
( |
|
$name | ) |
|
|
protected |
◆ CompactText()
xHTML_Item::CompactText |
( |
|
$text | ) |
|
|
protected |
◆ GetID()
Gets ID for this container
◆ Render()
Renders and outputs xHTML code
Reimplemented in xHTML_Comment, xHTML_InputText, xHTML_Title, xHTML_Script, xHTML_CDATA_Javascript, xHTML_Table, xHTML_Text, xHTML_FilteredText, xHTML_BBCodeText, xHTML_UnparsedCode, and xHTML_CDATA.
◆ ReplaceContent()
xHTML_Item::ReplaceContent |
( |
|
$content | ) |
|
|
protected |
Replaces content
- Parameters
-
Reimplemented in xHTML_A, xHTML_Body, xHTML_Comment, xHTML_Div, xHTML_Form, xHTML_HGeneric, xHTML_LI, xHTML_P, xHTML_Span, xHTML_Style, xHTML_Text, and xHTML_UnparsedCode.
◆ SetID()
Sets content ID manually (careful, as it has to be unique)
- Parameters
-
◆ SetIDVisibility()
xHTML_Item::SetIDVisibility |
( |
|
$visible | ) |
|
Sets ID Visibility
- Parameters
-
◆ SetProperty()
xHTML_Item::SetProperty |
( |
|
$name, |
|
|
|
$value |
|
) |
| |
|
protected |
◆ ToString()
The documentation for this class was generated from the following file: