

Definition at line 188 of file grouppermform.php.
Public Member Functions | |
| _renderOptionTree (&$tree, $option, $prefix, $parentIds=array()) | |
| Renders checkbox options for an item tree. | |
| getAccessKey () | |
| get the "accesskey" attribute for the element | |
| getAccessString ($str) | |
| If the accesskey is found in the specified string, underlines it. | |
| getCaption ($encode=false) | |
| get the caption for the element | |
| getClass () | |
| get the "class" attribute for the element | |
| getDescription ($encode=false) | |
| get the element's description | |
| getExtra ($encode=false) | |
| Get the extra attributes for the element. | |
| getName ($encode=true) | |
| get the "name" attribute for the element | |
| isContainer () | |
| Is this element a container of other elements? | |
| isHidden () | |
| Find out if an element is "hidden". | |
| isRequired () | |
| Find out if an element is required. | |
| render () | |
| Renders checkbox options for this group. | |
| renderValidationJS () | |
| Render custom javascript validation code. | |
| setAccessKey ($key) | |
| set the "accesskey" attribute for the element | |
| setCaption ($caption) | |
| set the caption for the element | |
| setClass ($class) | |
| set the "class" attribute for the element | |
| setDescription ($description) | |
| set the element's description | |
| setExtra ($extra, $replace=false) | |
| Add extra attributes to the element. | |
| setHidden () | |
| flag the element as "hidden" | |
| setName ($name) | |
| set the "name" attribute for the element | |
| setOptionTree (&$optionTree) | |
| Sets the tree structure of items. | |
| setValue ($value) | |
| Sets pre-selected values. | |
| XoopsFormElement () | |
| #@- | |
| XoopsGroupFormCheckBox ($caption, $name, $groupId, $values=null) | |
| Constructor. | |
Public Attributes | |
| $_accesskey = '' | |
| $_caption | |
| $_class = array() | |
| $_description = "" | |
| $_extra = array() | |
| $_groupId | |
| $_hidden = false | |
| $_name | |
| $_optionTree | |
| $_required = false | |
| $_value = array() | |
| $customValidationCode = array() | |
1.5.5