IHidden
From FiFormsWiki
class iHidden extends iInput
Outputs a hidden text input. Same as iText with type="hidden"
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]
iHidden
Constructs a new iHidden object.
Syntax: iHidden($dbField,$caption)
[edit]
Parameters
$dbField - Name of bound database field
$caption - (optional) Field caption (Usually omitted or set to a single space)
[edit]
Returns
A new iHidden object

