void HTML_QuickForm_password::setMaxlength (
string $maxlength
)
This is just a shortcut for
<?php
$element->updateAttributes(array('maxlength' => $maxlength));
?>
$maxlength
Maximum length of password field
throws no exceptions thrown
since 1.0
This function can not be called statically.