Search for in the Packages This site (using Yahoo!) Developers Developer mailing list General mailing list CVS commits mailing list
require_once 'HTML/QuickForm/password.php';
void HTML_QuickForm_password::setMaxlength (string $maxlength)
void HTML_QuickForm_password::setMaxlength
This is just a shortcut for
<?php $element->updateAttributes(array('maxlength' => $maxlength)); ?>
Maximum length of password field
throws no exceptions thrown
since 1.0
Ez a függvény nem hívható statikusan.