| [ 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: | 156 lignes (5 kb) |
| Inclus ou requis: | 0 fois |
| Référencé: | 0 fois |
| Nécessite: | 0 fichiers |
XoopsFormRadio:: (7 méthodes):
XoopsFormRadio()
getValue()
setValue()
addOption()
addOptionArray()
getOptions()
render()
Classe: XoopsFormRadio - X-Ref
A Group of radiobuttons| XoopsFormRadio($caption, $name, $value = null, $delimeter = "") X-Ref |
| Constructor param: string $caption Caption param: string $name "name" attribute param: string $value Pre-selected value |
| getValue() X-Ref |
| Get the pre-selected value return: string |
| setValue($value) X-Ref |
| Set the pre-selected value param: $value string |
| addOption($value, $name="") X-Ref |
| Add an option param: string $value "value" attribute - This gets submitted as form-data. param: string $name "name" attribute - This is displayed. If empty, we use the "value" instead. |
| addOptionArray($options) X-Ref |
| Adds multiple options param: array $options Associative array of value->name pairs. |
| getOptions() X-Ref |
| Gets the options return: array Associative array of value->name pairs. |
| render() X-Ref |
| Prepare HTML for output return: string HTML |
| Généré le : Sun Nov 25 11:44:32 2007 | par Balluche grâce à PHPXref 0.7 |
|