Constructor (PHP4 style, kept for compatibility reasons)
html
html
([ $tag = ''], [ $text = ''], [ $style = ''], [ $class = ''], [ $id = ''], [ $xtr_prop = ''], [ $javascript = ''])
-
$tag
-
$text
-
$style
-
$class
-
$id
-
$xtr_prop
-
$javascript
Constructor (PHP5 style, required in some future version of PHP)
html
__construct
([ $tag = ''], [ $text = ''], [ $style = ''], [ $class = ''], [ $id = ''], [ $xtr_prop = ''], [ $javascript = ''])
-
$tag
-
$text
-
$style
-
$class
-
$id
-
$xtr_prop
-
$javascript
void
AddChild
([ $tag = ''], [ $text = ''], [ $style = ''], [ $class = ''], [ $id = ''], [ $xtr_prop = ''], [ $javascript = ''])
-
$tag
-
$text
-
$style
-
$class
-
$id
-
$xtr_prop
-
$javascript
void
echoHtml
([ $usecss = false], [ $indent = 'x'])
void
htmlAdd
( $el, [ $last = true])
void
InsToId
( $el, $id, [ $last = true])
void
scriptAdd
( $script)