CWIS Developer Documentation
PasswordFormField.php
Go to the documentation of this file.
1 <?PHP
2 
3 #
4 # FILE: PasswordFormField.php
5 #
6 # Part of the Collection Workflow Integration System (CWIS)
7 # Copyright 2013 Edward Almasy and Internet Scout Research Group
8 # http://scout.wisc.edu/cwis/
9 #
10 
19 
31  $Name, $IsRequired, $Label, $Length, $MaxLength,
32  $ValidFunc = NULL, $ValidMsgs = NULL)
33  {
34  $this->TextFormField(
35  $Name, $IsRequired, $Label, $Length, $MaxLength, $ValidFunc, $ValidMsgs);
36  }
37 
39 }
40 
41 ?>
TextFormField($Name, $IsRequired, $Label, $Length, $MaxLength, $ValidFunc=NULL, $ValidMsgs=NULL)
Object Constructor.
PasswordFormField($Name, $IsRequired, $Label, $Length, $MaxLength, $ValidFunc=NULL, $ValidMsgs=NULL)
Object Constructor.
Abstraction for password forms.
Generator for text input fields.