Exemplo n.º 1
0
Arquivo: loader.php Projeto: GE3/GE3
 function addPassword($name, $label = NULL, $cols = NULL, $maxLength = NULL)
 {
     $control = new NTextInput($label, $cols, $maxLength);
     $control->setPasswordMode(TRUE);
     return $this[$name] = $control;
 }