| [ Index ] |
|
Code source de phpMyVisites 2.3 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
| Poids: | 268 lignes (8 kb) |
| Inclus ou requis: | 0 fois |
| Référencé: | 0 fois |
| Nécessite: | 0 fichiers |
HTML_QuickForm_checkbox:: (11 méthodes):
HTML_QuickForm_checkbox()
setChecked()
getChecked()
toHtml()
getFrozenHtml()
setText()
getText()
setValue()
getValue()
onQuickFormEvent()
exportValue()
Classe: HTML_QuickForm_checkbox - X-Ref
HTML class for a checkbox type field| HTML_QuickForm_checkbox($elementName=null, $elementLabel=null, $text='', $attributes=null) X-Ref |
| Class constructor param: string $elementName (optional)Input field name attribute param: string $elementLabel (optional)Input field value param: string $text (optional)Checkbox display text param: mixed $attributes (optional)Either a typical HTML attribute string return: void |
| setChecked($checked) X-Ref |
| Sets whether a checkbox is checked param: bool $checked Whether the field is checked or not return: void |
| getChecked() X-Ref |
| Returns whether a checkbox is checked return: bool |
| toHtml() X-Ref |
| Returns the checkbox element in HTML return: string |
| getFrozenHtml() X-Ref |
| Returns the value of field without HTML tags return: string |
| setText($text) X-Ref |
| Sets the checkbox text param: string $text return: void |
| getText() X-Ref |
| Returns the checkbox text return: string |
| setValue($value) X-Ref |
| Sets the value of the form element param: string $value Default value of the form element return: void |
| getValue() X-Ref |
| Returns the value of the form element return: bool |
| onQuickFormEvent($event, $arg, &$caller) X-Ref |
| Called by HTML_QuickForm whenever form event is made on this element param: string $event Name of event param: mixed $arg event arguments param: object $caller calling object return: void |
| exportValue(&$submitValues, $assoc = false) X-Ref |
| Return true if the checkbox is checked, null if it is not checked (getValue() returns false) |
| Généré le : Mon Nov 26 14:10:01 2007 | par Balluche grâce à PHPXref 0.7 |
|