XOOPS 2.5.6
Final
|
Public Member Functions | |
getValue ($encode=false) | |
render () | |
XoopsFormLabel ($caption= '', $value= '', $name= '') | |
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 text label
Definition at line 26 of file formlabel.php.
XoopsFormLabel::getValue | ( | $encode = false | ) |
Get the "value" attribute
bool | $encode | To sanitizer the text? |
Definition at line 55 of file formlabel.php.
XoopsFormLabel::render | ( | ) |
XoopsFormLabel::XoopsFormLabel | ( | $caption = '' , |
|
$value = '' , |
|||
$name = '' |
|||
) |
Constructor
string | $caption | Caption |
string | $value | Text |
Definition at line 42 of file formlabel.php.
XoopsFormLabel::$_value |
Definition at line 34 of file formlabel.php.