| [ Index ] |
|
Code source de XOOPS 2.0.17.1 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
| Author: | Kazumi Ono <onokazu@xoops.org> |
| Copyright: | copyright (c) 2000-2003 XOOPS.org |
| Poids: | 197 lignes (6 kb) |
| Inclus ou requis: | 0 fois |
| Référencé: | 0 fois |
| Nécessite: | 0 fichiers |
XoopsFormElementTray:: (8 méthodes):
XoopsFormElementTray()
isContainer()
isRequired()
addElement()
getRequired()
getElements()
getDelimeter()
render()
Classe: XoopsFormElementTray - X-Ref
A group of form elements| XoopsFormElementTray($caption, $delimeter=" ", $name="") X-Ref |
| constructor param: string $caption Caption for the group. param: string $delimiter HTML to separate the elements |
| isContainer() X-Ref |
| Is this element a container of other elements? return: bool true |
| isRequired() X-Ref |
| Find out if there are required elements. return: bool |
| addElement(&$formElement, $required = false) X-Ref |
| Add an element to the group param: object &$element {@link XoopsFormElement} to add |
| getRequired() X-Ref |
| get an array of "required" form elements return: array array of {@link XoopsFormElement}s |
| getElements($recurse = false) X-Ref |
| Get an array of the elements in this group param: bool $recurse get elements recursively? return: array Array of {@link XoopsFormElement} objects. |
| getDelimeter() X-Ref |
| Get the delimiter of this group return: string The delimiter |
| render() X-Ref |
| prepare HTML to output this group return: string HTML output |
| Généré le : Sun Nov 25 11:44:32 2007 | par Balluche grâce à PHPXref 0.7 |
|