|
XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
| __construct ($caption, $delimeter=' ', $name='') | |
| XoopsFormElementTray ($caption, $delimeter=' ', $name='') | |
| isContainer () | |
| addElement (&$formElement, $required=false) | |
| & | getRequired () |
| & | getElements ($recurse=false) |
| getDelimeter () | |
| render () | |
Public Member Functions inherited from XoopsFormElement | |
| __construct () | |
| XoopsFormElement () | |
| setName ($name) | |
| getName ($encode=true) | |
| setId ($id) | |
| getId () | |
| setAccessKey ($key) | |
| getAccessKey () | |
| getAccessString ($str) | |
| setClass ($class) | |
| getClass () | |
| setCaption ($caption) | |
| getCaption () | |
| setDescription ($description) | |
| getDescription () | |
| setHidden () | |
| isHidden () | |
| isBreak () | |
| setExtra ($extra, $replace=false) | |
| getExtra () | |
| getMessageForJS () | |
Data Fields | |
| $_elements = [] | |
| $_required = [] | |
| $_delimeter | |
Data Fields inherited from XoopsFormElement | |
| $_name | |
| $_caption | |
| $_accesskey = '' | |
| $_class = '' | |
| $_hidden = false | |
| $_extra = '' | |
| $_required = false | |
| $_description = '' | |
| $_id = null | |
Definition at line 18 of file formelementtray.php.
| __construct | ( | $caption, | |
| $delimeter = ' ', | |||
| $name = '' ) |
constructor
| string | $caption | Caption for the group. |
| string | $delimeter | |
| string | $name |
Definition at line 48 of file formelementtray.php.
| addElement | ( | & | $formElement, |
| $required = false ) |
Add an element to the group
| $formElement | ||
| bool | $required |
Definition at line 75 of file formelementtray.php.
| getDelimeter | ( | ) |
Get the delimiter of this group
Definition at line 132 of file formelementtray.php.
| & getElements | ( | $recurse = false | ) |
Get an array of the elements in this group
| bool | $recurse | get elements recursively? |
XoopsFormElement objects. Definition at line 106 of file formelementtray.php.
| & getRequired | ( | ) |
get an array of "required" form elements
XoopsFormElements Definition at line 95 of file formelementtray.php.
| isContainer | ( | ) |
Is this element a container of other elements?
Reimplemented from XoopsFormElement.
Definition at line 64 of file formelementtray.php.
| render | ( | ) |
prepare HTML to output this group
Reimplemented from XoopsFormElement.
Definition at line 142 of file formelementtray.php.
| XoopsFormElementTray | ( | $caption, | |
| $delimeter = ' ', | |||
| $name = '' ) |
Definition at line 54 of file formelementtray.php.
| $_delimeter |
Definition at line 39 of file formelementtray.php.
| $_elements = [] |
Definition at line 26 of file formelementtray.php.
| $_required = [] |
Definition at line 32 of file formelementtray.php.