|
Classes extended from XoopsFormElement:
Located in File: Program_Root/class/xoopsform/formelement.php
copyright (c) 2000-2003 XOOPS.org
Kazumi Ono <onokazu@xoops.org>
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
|
void | XoopsFormElement( ) |
[ Top ]
string | getCaption( ) |
[ Top ]
string | getDescription( ) |
[ Top ]
string | getExtra( ) |
[ Top ]
string | getName( [bool $encode = true]) |
- bool $encode: encode?
"name" attribute
[ Top ]
bool | isHidden( ) |
[ Top ]
void | render( ) |
Overridden in child classes as:
This method is abstract and must be overwritten by the child classes.
[ Top ]
void | setCaption( string $caption) |
- string $caption:
[ Top ]
void | setDescription( string $description) |
- string $description:
[ Top ]
void | setExtra( string $extra) |
This string will be inserted verbatim and unvalidated in the element's tag. Know what you are doing!
- string $extra:
[ Top ]
void | setHidden( ) |
[ Top ]
void | setName( string $name) |
- string $name: "name" attribute for the element
[ Top ]