Function |
Description |
XoopsFormElement::XoopsFormElement() |
constructor |
XoopsFormElement::getCaption() |
get the caption for the element |
XoopsFormElement::getDescription() |
get the element's description |
XoopsFormElement::getExtra() |
Get the extra attributes for the element |
XoopsFormElement::getName() |
get the "name" attribute for the element |
XoopsFormElement::isHidden() |
Find out if an element is "hidden". |
XoopsFormElement::render() |
Generate output for the form element. |
XoopsFormElement::setCaption() |
set the caption for the element |
XoopsFormElement::setDescription() |
set the element's description |
XoopsFormElement::setExtra() |
Add extra attributes to the element. |
XoopsFormElement::setHidden() |
flag the element as "hidden" |
XoopsFormElement::setName() |
set the "name" attribute for the element |