Exemplo n.º 1
0
 function addPassword($name, $label = NULL, $cols = NULL, $maxLength = NULL)
 {
     $control = new NTextInput($label, $cols, $maxLength);
     $control->setType('password');
     return $this[$name] = $control;
 }