squirrelmail-webmail
1.4.22
About: SquirrelMail is a standards-based webmail package with strong MIME support, address books, and folder manipulation (written in PHP4).
![]() ![]() |
Public Member Functions | |
html ($tag='', $text='', $style='', $class='', $id='', $xtr_prop='', $javascript='') | |
htmlAdd ($el, $last=true) | |
AddChild ($tag='', $text='', $style='', $class='', $id='', $xtr_prop='', $javascript='') | |
FindId ($id) | |
InsToId ( $el, $id, $last=true) | |
scriptAdd ($script) | |
echoHtml ( $usecss=false, $indent='x') | |
Public Attributes | |
$tag | |
$text | |
$style | |
$class | |
$id | |
$html_el = array() | |
$javascript | |
$xtr_prop | |
Definition at line 18 of file html.class.php.
html::AddChild | ( | $tag = '' , |
|
$text = '' , |
|||
$style = '' , |
|||
$class = '' , |
|||
$id = '' , |
|||
$xtr_prop = '' , |
|||
$javascript = '' |
|||
) |
html::echoHtml | ( | $usecss = false , |
|
$indent = 'x' |
|||
) |
Definition at line 85 of file html.class.php.
References $class, $cnt, $id, $javascript, $style, $tag, $text, and $xtr_prop.
html::FindId | ( | $id | ) |
html::html | ( | $tag = '' , |
|
$text = '' , |
|||
$style = '' , |
|||
$class = '' , |
|||
$id = '' , |
|||
$xtr_prop = '' , |
|||
$javascript = '' |
|||
) |
Definition at line 22 of file html.class.php.
References $id, $javascript, $style, $tag, $text, and $xtr_prop.
Referenced by AddChild(), and scriptAdd().
html::htmlAdd | ( | $el, | |
$last = true |
|||
) |
Definition at line 33 of file html.class.php.
References $html_el.
Referenced by AddChild(), and scriptAdd().
html::InsToId | ( | $el, | |
$id, | |||
$last = true |
|||
) |
Definition at line 69 of file html.class.php.
html::scriptAdd | ( | $script | ) |
Definition at line 76 of file html.class.php.
html::$class |
Definition at line 19 of file html.class.php.
Referenced by AddChild(), and echoHtml().
html::$html_el = array() |
Definition at line 20 of file html.class.php.
html::$id |
Definition at line 19 of file html.class.php.
Referenced by AddChild(), echoHtml(), FindId(), html(), and InsToId().
html::$javascript |
Definition at line 20 of file html.class.php.
Referenced by AddChild(), echoHtml(), and html().
html::$style |
Definition at line 19 of file html.class.php.
Referenced by AddChild(), echoHtml(), and html().
html::$tag |
Definition at line 19 of file html.class.php.
Referenced by AddChild(), echoHtml(), and html().
html::$text |
Definition at line 19 of file html.class.php.
Referenced by AddChild(), echoHtml(), and html().
html::$xtr_prop |
Definition at line 20 of file html.class.php.
Referenced by AddChild(), echoHtml(), and html().