CWIS Developer Documentation
PasswordFormField.php
Go to the documentation of this file.
1 <?PHP
2 
11 
23  $Name, $IsRequired, $Label, $Length, $MaxLength,
24  $ValidFunc = NULL, $ValidMsgs = NULL)
25  {
26  $this->TextFormField(
27  $Name, $IsRequired, $Label, $Length, $MaxLength, $ValidFunc, $ValidMsgs);
28  }
29 
31 }
32 
33 ?>