![]() |
XOOPS API 2.5.11 Beta1
UI v0.5
Réalisé par monxoops.fr
|
Graphe d'héritage de XoopsTableForm:
Graphe de collaboration de XoopsTableForm:Fonctions membres publiques | |
| render () | |
Fonctions membres publiques hérités de XoopsForm | |
| __construct ($title, $name, $action, $method='post', $addtoken=false, $summary='') | |
| XoopsForm () | |
| getObjectID ($object, $hashinfo='sha1') | |
| getArrayID ($value, $key, $ret, $hashinfo='sha1') | |
| getSummary ($encode=false) | |
| getTitle ($encode=false) | |
| getName ($encode=true) | |
| getAction ($encode=true) | |
| getMethod () | |
| addElement ($formElement, $required=false) | |
| & | getElements ($recurse=false) |
| getElementNames () | |
| & | getElementByName ($name) |
| setElementValue ($name, $value) | |
| setElementValues ($values) | |
| getElementValue ($name, $encode=false) | |
| getElementValues ($encode=false) | |
| setClass ($class) | |
| setExtra ($extra) | |
| setSummary ($summary) | |
| & | getClass () |
| & | getExtra () |
| setRequired (XoopsFormElement $formElement) | |
| & | getRequired () |
| insertBreak ($extra=null) | |
| display () | |
| renderValidationJS ($withtags=true) | |
| assign (XoopsTpl $tpl) | |
Membres hérités additionnels | |
Champs de données hérités de XoopsForm | |
| $_action | |
| $_method | |
| $_name | |
| $_title | |
| $_summary = '' | |
| $_elements = array() | |
| $_class = array() | |
| $_extra = array() | |
| $_required = array() | |
| $_objid = 'da39a3ee5e6b4b0d3255bfef95601890afd80709' | |
Form that will output formatted as a HTML table
No styles and no JavaScript to check for required fields.
| render | ( | ) |
create HTML to output the form as a table
YOU SHOULD AVOID TO USE THE FOLLOWING Nocolspan METHOD, IT WILL BE REMOVED
To use the noColspan simply use the following example:
$colspan = new XoopsFormDhtmlTextArea( '', 'key', $value, '100', '100' ); $colspan->setNocolspan(); $form->addElement( $colspan );
Réimplémentée à partir de XoopsForm.
Voici le graphe d'appel pour cette fonction :