HTML_QuickForm_text::setSize() -- Sets size of text field
Beschreibung
This is just a shortcut for
$element->updateAttributes(array('size' => $size)); |
Parameter
- string
$size
Size of text field
Fehler-Meldungen
throws no exceptions thrown
Hinweise
since 1.3
Diese Methode kann nicht
statisch aufgerufen werden.