void HTML_QuickForm_text::setMaxlength (
string $maxlength
)
Ceci est un raccourci pour
<?php
$element->updateAttributes(array('maxlength' => $maxlength));
?>
Longueur maximale pour un champs texte
No exceptions thrown.
Disponible depuis la version 1.3.
This function can not be called statically.