XOOPS 2.5.6
Final
|
Public Member Functions | |
getType () | |
getValue ($encode=false) | |
render () | |
setValue ($value) | |
XoopsFormButton ($caption, $name, $value="", $type="button") | |
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 | |
$_type | |
$_value | |
Public Attributes inherited from XoopsFormElement | |
$_accesskey = '' | |
$_caption | |
$_class = array() | |
$_description = '' | |
$_extra = array() | |
$_formtype = '' | |
$_hidden = false | |
$_name | |
$_nocolspan = false | |
$_required = false | |
$customValidationCode = array() | |
Definition at line 42 of file formbutton.php.
XoopsFormButton::getType | ( | ) |
XoopsFormButton::getValue | ( | $encode = false | ) |
Get the initial value
bool | $encode | To sanitizer the text? |
Definition at line 81 of file formbutton.php.
XoopsFormButton::render | ( | ) |
XoopsFormButton::setValue | ( | $value | ) |
XoopsFormButton::XoopsFormButton | ( | $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" |
Definition at line 67 of file formbutton.php.
References $type.
XoopsFormButton::$_type |
Definition at line 57 of file formbutton.php.
XoopsFormButton::$_value |
Definition at line 50 of file formbutton.php.