| [ Index ] |
|
Code source de phpMyVisites 2.3 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
| Poids: | 193 lignes (5 kb) |
| Inclus ou requis: | 0 fois |
| Référencé: | 0 fois |
| Nécessite: | 0 fichiers |
HTML_QuickForm_static:: (9 méthodes):
HTML_QuickForm_static()
setName()
getName()
setText()
setValue()
toHtml()
getFrozenHtml()
onQuickFormEvent()
exportValue()
Classe: HTML_QuickForm_static - X-Ref
HTML class for static data| HTML_QuickForm_static($elementName=null, $elementLabel=null, $text=null) X-Ref |
| Class constructor param: string $elementLabel (optional)Label param: string $text (optional)Display text return: void |
| setName($name) X-Ref |
| Sets the element name param: string $name Element name return: void |
| getName() X-Ref |
| Returns the element name return: string |
| setText($text) X-Ref |
| Sets the text param: string $text return: void |
| setValue($text) X-Ref |
| Sets the text (uses the standard setValue call to emulate a form element. param: string $text return: void |
| toHtml() X-Ref |
| Returns the static text element in HTML return: string |
| getFrozenHtml() X-Ref |
| Returns the value of field without HTML tags return: string |
| 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 |
| We override this here because we don't want any values from static elements |
| Généré le : Mon Nov 26 14:10:01 2007 | par Balluche grâce à PHPXref 0.7 |
|