IHidden

From FiFormsWiki

Jump to: navigation, search

class iHidden extends iInput

Outputs a hidden text input. Same as iText with type="hidden"


Contents

Properties


Properties inherited from iInput: $caption $currentRec $dbField $error $errorMsg $formatStr $formatStrRO $otherTags $readOnly $section $value $valueToSave

Method Detail

Methods inherited from iInput

  • checkRO
  • drawInput
  • getValueToSave
  • hide
  • iInput
  • throwError


iHidden

Constructs a new iHidden object.

Syntax: iHidden($dbField,$caption)


Parameters

$dbField - Name of bound database field

$caption - (optional) Field caption (Usually omitted or set to a single space)

Returns

A new iHidden object

Personal tools