|
XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
| render () | |
Public Member Functions inherited from XoopsForm | |
| __construct ($title, $name, $action, $method='post', $addtoken=false) | |
| XoopsForm ($title, $name, $action, $method='post', $addtoken=false) | |
| getTitle () | |
| getName () | |
| getAction () | |
| getMethod () | |
| addElement (&$formElement, $required=false) | |
| & | getElements ($recurse=false) |
| getElementNames () | |
| & | getElementByName ($name) |
| setElementValue ($name, $value) | |
| setElementValues ($values) | |
| & | getElementValue ($name) |
| & | getElementValues () |
| setExtra ($extra) | |
| & | getExtra () |
| setRequired (&$formElement) | |
| & | getRequired () |
| insertBreak ($extra=null) | |
| display () | |
| renderValidationJS ($withtags=true) | |
| assign (&$tpl) | |
Additional Inherited Members | |
Data Fields inherited from XoopsForm | |
| $_action | |
| $_method | |
| $_name | |
| $_title | |
| $_elements = [] | |
| $_extra | |
| $_required = [] | |
Definition at line 25 of file simpleform.php.
| render | ( | ) |
create HTML to output the form with minimal formatting
Reimplemented from XoopsForm.
Definition at line 32 of file simpleform.php.