XOOPS 2.5.6
Final
|
Public Member Functions | |
getValue ($encode=false) | |
render () | |
setValue ($value) | |
XoopsFormHidden ($name, $value) | |
Public Member Functions inherited from XoopsFormElement | |
getAccessKey () | |
getAccessString ($str) | |
getCaption ($encode=false) | |
getClass () | |
getDescription ($encode=false) | |
getExtra ($encode=false) | |
getFormType () | |
getName ($encode=true) | |
getNocolspan () | |
getTitle ($encode=true) | |
isContainer () | |
isHidden () | |
isRequired () | |
render () | |
renderValidationJS () | |
setAccessKey ($key) | |
setCaption ($caption) | |
setClass ($class) | |
setDescription ($description) | |
setExtra ($extra, $replace=false) | |
setFormType ($value= '') | |
setHidden () | |
setName ($name) | |
setNocolspan ($nocolspan=true) | |
XoopsFormElement () | |
Public Attributes | |
$_value | |
Public Attributes inherited from XoopsFormElement | |
$_accesskey = '' | |
$_caption | |
$_class = array() | |
$_description = '' | |
$_extra = array() | |
$_formtype = '' | |
$_hidden = false | |
$_name | |
$_nocolspan = false | |
$_required = false | |
$customValidationCode = array() | |
A hidden field
Definition at line 26 of file formhidden.php.
XoopsFormHidden::getValue | ( | $encode = false | ) |
Get the "value" attribute
bool | $encode | To sanitizer the text? |
Definition at line 56 of file formhidden.php.
XoopsFormHidden::render | ( | ) |
XoopsFormHidden::setValue | ( | $value | ) |
XoopsFormHidden::XoopsFormHidden | ( | $name, | |
$value | |||
) |
Constructor
string | $name | "name" attribute |
string | $value | "value" attribute |
Definition at line 42 of file formhidden.php.
XoopsFormHidden::$_value |
Definition at line 34 of file formhidden.php.