XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
__construct ($caption='', $value='') | |
XoopsFormLabel ($caption='', $value='') | |
getValue () | |
render () | |
![]() | |
__construct () | |
XoopsFormElement () | |
isContainer () | |
setName ($name) | |
getName ($encode=true) | |
setId ($id) | |
getId () | |
setAccessKey ($key) | |
getAccessKey () | |
getAccessString ($str) | |
setClass ($class) | |
getClass () | |
setCaption ($caption) | |
getCaption () | |
setDescription ($description) | |
getDescription () | |
setHidden () | |
isHidden () | |
isBreak () | |
setExtra ($extra, $replace=false) | |
getExtra () | |
getMessageForJS () | |
Data Fields | |
$_value | |
![]() | |
$_name | |
$_caption | |
$_accesskey = '' | |
$_class = '' | |
$_hidden = false | |
$_extra = '' | |
$_required = false | |
$_description = '' | |
$_id = null | |
Definition at line 18 of file formlabel.php.
__construct | ( | $caption = '', | |
$value = '' ) |
Constructor
string | $caption | Caption |
string | $value | Text |
Definition at line 34 of file formlabel.php.
getValue | ( | ) |
render | ( | ) |
Prepare HTML for output
Reimplemented from XoopsFormElement.
Definition at line 59 of file formlabel.php.
XoopsFormLabel | ( | $caption = '', | |
$value = '' ) |
Definition at line 39 of file formlabel.php.
$_value |
Definition at line 26 of file formlabel.php.