API - XOOPS 2.5.11 Beta 2
By monxoops.fr
|
Public Member Functions | |
__construct ($caption, $name, $value='', $type='button') | |
getValue ($encode=false) | |
setValue ($value) | |
getType () | |
render () | |
Public Member Functions inherited from 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 () | |
render () | |
Data Fields | |
$_value | |
$_type | |
Data Fields inherited from XoopsFormElement | |
$customValidationCode = array() | |
$_name | |
$_caption | |
$_accesskey = '' | |
$_class = array() | |
$_hidden = false | |
$_extra = array() | |
$_required = false | |
$_description = '' | |
$_nocolspan = false | |
$_formtype = '' | |
__construct | ( | $caption, | |
$name, | |||
$value = '' , |
|||
$type = 'button' |
|||
) |
Constructor
string | $caption | Caption |
string | $name | |
string | $value | |
string | $type | Type of the button. Potential values: "button", "submit", or "reset" |
getType | ( | ) |
Get the type
getValue | ( | $encode = false | ) |
Get the initial value
bool | $encode | To sanitizer the text? |
render | ( | ) |
prepare HTML for output
Reimplemented from XoopsFormElement.
setValue | ( | $value | ) |
Set the initial value
$value |
$_type |
$_value |