[ Index ] |
|
Code source de phpMyVisites 2.3 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
Poids: | 222 lignes (6 kb) |
Inclus ou requis: | 0 fois |
Référencé: | 0 fois |
Nécessite: | 0 fichiers |
HTML_QuickForm_textarea:: (10 méthodes):
HTML_QuickForm_textarea()
setName()
getName()
setValue()
getValue()
setWrap()
setRows()
setCols()
toHtml()
getFrozenHtml()
Classe: HTML_QuickForm_textarea - X-Ref
HTML class for a textarea type fieldHTML_QuickForm_textarea($elementName=null, $elementLabel=null, $attributes=null) X-Ref |
Class constructor param: string Input field name attribute param: mixed Label(s) for a field param: mixed Either a typical HTML attribute string or an associative array return: void |
setName($name) X-Ref |
Sets the input field name param: string $name Input field name attribute return: void |
getName() X-Ref |
Returns the element name return: string |
setValue($value) X-Ref |
Sets value for textarea element param: string $value Value for textarea element return: void |
getValue() X-Ref |
Returns the value of the form element return: string |
setWrap($wrap) X-Ref |
Sets wrap type for textarea element param: string $wrap Wrap type return: void |
setRows($rows) X-Ref |
Sets height in rows for textarea element param: string $rows Height expressed in rows return: void |
setCols($cols) X-Ref |
Sets width in cols for textarea element param: string $cols Width expressed in cols return: void |
toHtml() X-Ref |
Returns the textarea element in HTML return: string |
getFrozenHtml() X-Ref |
Returns the value of field without HTML tags (in this case, value is changed to a mask) return: string |
Généré le : Mon Nov 26 14:10:01 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |