ISubmit
From FiFormsWiki
nolimonc class iSubmit extends iInput
Creates a submit button. This is normally added automatically in iFormControl.
Contents |
[edit]
Properties
Properties inherited from iInput: $caption $currentRec $dbField $error $errorMsg $formatStr $formatStrRO $otherTags $readOnly $section $value $valueToSave
[edit]
Method Detail
[edit]
Methods inherited from iInput
- checkRO
- drawInput
- getValueToSave
- hide
- iInput
- throwError
[edit]
iSubmit
Syntax: iSubmit($dbField,$caption)
[edit]
Parameters
$dbField - The title on the submit button
$caption - Input caption
[edit]
Returns
a new iSubmit object


