|
XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
| __construct ($extra='', $class='') | |
| XoopsFormBreak ($extra='', $class='') | |
| isBreak () | |
Public Member Functions inherited from XoopsFormElement | |
| __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 () | |
| setExtra ($extra, $replace=false) | |
| getExtra () | |
| render () | |
| getMessageForJS () | |
Additional Inherited Members | |
Data Fields inherited from XoopsFormElement | |
| $_name | |
| $_caption | |
| $_accesskey = '' | |
| $_class = '' | |
| $_hidden = false | |
| $_extra = '' | |
| $_required = false | |
| $_description = '' | |
| $_id = null | |
Definition at line 18 of file formbreak.php.
| __construct | ( | $extra = '', | |
| $class = '' ) |
Definition at line 20 of file formbreak.php.
| isBreak | ( | ) |
Reimplemented from XoopsFormElement.
Definition at line 30 of file formbreak.php.
| XoopsFormBreak | ( | $extra = '', | |
| $class = '' ) |
Definition at line 25 of file formbreak.php.