XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
Loading...
Searching...
No Matches
XoopsSimpleForm Class Reference
Inheritance diagram for XoopsSimpleForm:
XoopsForm

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 = []
 

Detailed Description

Definition at line 25 of file simpleform.php.

Member Function Documentation

◆ render()

render ( )

create HTML to output the form with minimal formatting

Returns
string

Reimplemented from XoopsForm.

Definition at line 32 of file simpleform.php.


The documentation for this class was generated from the following file: