|
XOOPS 2.5.6
Final
|

Public Member Functions | |
| getType () | |
| getValue () | |
| render () | |
| setValue ($value) | |
| XoopsFormButtonTray ($name, $value= '', $type= '', $onclick= '', $showDelete=false) | |
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 24 of file formbuttontray.php.
| XoopsFormButtonTray::getType | ( | ) |
| XoopsFormButtonTray::getValue | ( | ) |
| XoopsFormButtonTray::render | ( | ) |
Definition at line 94 of file formbuttontray.php.
| XoopsFormButtonTray::setValue | ( | $value | ) |
XoopsFormButtonTray::setValue()
| mixed | $value |
Definition at line 76 of file formbuttontray.php.
| XoopsFormButtonTray::XoopsFormButtonTray | ( | $name, | |
$value = '', |
|||
$type = '', |
|||
$onclick = '', |
|||
$showDelete = false |
|||
| ) |
XoopsFormButtonTray::XoopsFormButtonTray()
| mixed | $name | |
| string | $value | |
| string | $type | |
| string | $onclick |
Definition at line 49 of file formbuttontray.php.
References $type.
| XoopsFormButtonTray::$_type |
Definition at line 39 of file formbuttontray.php.
| XoopsFormButtonTray::$_value |
Definition at line 31 of file formbuttontray.php.