| Deprecated Classes | |
|---|---|
| FORMfields.FormBean | Used for backwards compatibility with FORMfields v2 | 
| Deprecated Fields | |
|---|---|
| FORMfields.FfForm.isError | True if an error in this form was detected. | 
| FORMfields.fields.FormField.isData | True if this field should be considered data and the field value should be read from a database and written to a database. | 
| Deprecated Methods | |
|---|---|
| FORMfields.FfForm.copyAllFields | Copies all fields from another form to this form. | 
| FORMfields.FfForm.disableField | Disables a field in this form. | 
| FORMfields.FfForm.isBlank | Returns true if the field value is blank such as when the user hasn't filled in the value. | 
| FORMfields.FfForm.toString | Returns HTML that displays this form's field values in a nicely formatted table. | 
| FORMfields.FfHelper.array_combine | Returns an array indexed by keys and containing values. | 
| FORMfields.FfHelper.parseTabDeliminatedFile | Returns an array of arrays of data from the tab delimited file. | 
| FORMfields.FfHelper.scandir | Returns an array of files in the specified directory. | 
| FORMfields.FfHelper.stripos | Returns the position of needle in haystack. | 
| FORMfields.TableSet.getTabDeliminatedRow | A static method that returns a row of tab delimited data. | 
| FORMfields.fields.FormField.disable | Disables the field. | 
| FORMfields.fields.FormField.getIsData | Returns whether this field should be considered data and if this field's value should be read from a database and written to a database. | 
| FORMfields.fields.FormField.getIsHidden | Returns whether this field is a hidden field. | 
| FORMfields.fields.FormField.setIsData | Sets whether this field should be considered data and if this field's value should be read from a database and written to a database. | 
| FORMfields.fields.FormField.setIsHidden | Sets whether this field is a hidden field. |