XOOPS API 2.5.11 Beta1
UI v0.5
Réalisé par monxoops.fr
|
Fonctions membres publiques | |
__construct ($caption, $delimeter=' ', $name='') | |
isContainer () | |
isRequired () | |
addElement (XoopsFormElement $formElement, $required=false) | |
& | getRequired () |
& | getElements ($recurse=false) |
getDelimeter ($encode=false) | |
render () | |
Fonctions membres publiques hérités de XoopsFormElement | |
__construct () | |
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 () | |
setExtra ($extra, $replace=false) | |
getExtra ($encode=false) | |
setNocolspan ($nocolspan=true) | |
getNocolspan () | |
getFormType () | |
setFormType ($value='') | |
renderValidationJS () | |
Champs de données | |
$_required = 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 = '' | |
Attributs privés | |
$_elements = array() | |
$_delimeter | |
A group of form elements
__construct | ( | $caption, | |
$delimeter = ' ' , |
|||
$name = '' |
|||
) |
constructor
string | $caption | Caption for the group. |
string | $delimeter | HTML to separate the elements |
string | $name |
addElement | ( | XoopsFormElement | $formElement, |
$required = false |
|||
) |
Add an element to the group
XoopsFormElement | $formElement | XoopsFormElement to add |
bool | $required |
getDelimeter | ( | $encode = false | ) |
Get the delimiter of this group
bool | $encode | To sanitizer the text? |
& getElements | ( | $recurse = false | ) |
Get an array of the elements in this group
bool | $recurse | get elements recursively? |
& getRequired | ( | ) |
get an array of "required" form elements
isContainer | ( | ) |
Is this element a container of other elements?
Réimplémentée à partir de XoopsFormElement.
isRequired | ( | ) |
render | ( | ) |
prepare HTML to output this group
Réimplémentée à partir de XoopsFormElement.
Réimplémentée dans XoopsFormSelectEditor.
|
private |
|
private |
$_required = array() |