require_once 'HTML/QuickForm/text.php';
void HTML_QuickForm_text::setSize (string $size)
void HTML_QuickForm_text::setSize
This is just a shortcut for
$element->updateAttributes(array('size' => $size));
Size of text field
throws no exceptions thrown
since 1.3
This function can not be called statically.