XoopsFormElement XoopsFormElement( )
string getAccessKey( )
string getAccessString( string $str)
string getCaption( )
string getClass( )
string getDescription( )
string getExtra( )
string getName( [bool $encode = true])
bool isContainer( )
Overridden in child classes as:
bool isHidden( )
void render( )
This method is abstract and must be overwritten by the child classes.
void setAccessKey( string $key)
void setCaption( string $caption)
void setClass( mixed $class, string $key)
void setDescription( string $description)
string setExtra( string $extra, [string $replace = false])
This string will be inserted verbatim and unvalidated in the element's tag. Know what you are doing!
void setHidden( )
void setName( string $name)