![]() |
XOOPS API 2.5.11 Beta1
UI v0.5
Réalisé par monxoops.fr
|
Graphe d'héritage de XoopsGroupFormCheckBox:
Graphe de collaboration de XoopsGroupFormCheckBox:Fonctions membres publiques | |
| __construct ($caption, $name, $groupId, $values=null) | |
| setValue ($value) | |
| setOptionTree (&$optionTree) | |
| render () | |
| _renderOptionTree (&$tree, $option, $prefix, $parentIds=array()) | |
Fonctions membres publiques hérités de XoopsFormElement | |
| __construct () | |
| isContainer () | |
| setName ($name) | |
| getName ($encode=true) | |
| setAccessKey ($key) | |
| getAccessKey () | |
| getAccessString ($str) | |
| setClass ($class) | |
| getClass () | |
| setCaption ($caption) | |
| getCaption ($encode=false) | |
| getTitle ($encode=true) | |
| setDescription ($description) | |
| getDescription ($encode=false) | |
| setHidden () | |
| isHidden () | |
| isRequired () | |
| setExtra ($extra, $replace=false) | |
| getExtra ($encode=false) | |
| setNocolspan ($nocolspan=true) | |
| getNocolspan () | |
| getFormType () | |
| setFormType ($value='') | |
| renderValidationJS () | |
Champs de données | |
| $_value = array() | |
| $_groupId | |
| $_optionTree = array() | |
Champs de données hérités de XoopsFormElement | |
| $customValidationCode = array() | |
| $_name | |
| $_caption | |
| $_accesskey = '' | |
| $_class = array() | |
| $_hidden = false | |
| $_extra = array() | |
| $_required = false | |
| $_description = '' | |
| $_nocolspan = false | |
| $_formtype = '' | |
Renders checkbox options for a group permission form
| __construct | ( | $caption, | |
| $name, | |||
| $groupId, | |||
$values = null |
|||
| ) |
Constructor
| $caption | ||
| $name | ||
| $groupId | ||
| null | $values |
Voici le graphe d'appel pour cette fonction :| _renderOptionTree | ( | & | $tree, |
| $option, | |||
| $prefix, | |||
$parentIds = array() |
|||
| ) |
Renders checkbox options for an item tree
| string | $tree | |
| array | $option | |
| string | $prefix | |
| array | $parentIds | @access private |
Voici le graphe d'appel pour cette fonction :
Voici le graphe des appelants de cette fonction :| render | ( | ) |
Renders checkbox options for this group
Réimplémentée à partir de XoopsFormElement.
Voici le graphe d'appel pour cette fonction :| setOptionTree | ( | & | $optionTree | ) |
Sets the tree structure of items
| array | $optionTree | @access public |
| setValue | ( | $value | ) |
Sets pre-selected values
| mixed | $value | A group ID or an array of group IDs @access public |
Voici le graphe des appelants de cette fonction :| $_groupId |
| $_optionTree = array() |
| $_value = array() |