4 # FILE: PasswordFormField.php
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/
31 $Name, $IsRequired, $Label, $Length, $MaxLength,
32 $ValidFunc = NULL, $ValidMsgs = NULL)
35 $Name, $IsRequired, $Label, $Length, $MaxLength, $ValidFunc, $ValidMsgs);
TextFormField($Name, $IsRequired, $Label, $Length, $MaxLength, $ValidFunc=NULL, $ValidMsgs=NULL)
Object Constructor.
Generator for text input fields.