ICustomInput

From FiFormsWiki

Jump to: navigation, search

class iCustomInput extends iInput

A custom input or display type.

An iCustomInput can output any HTML with any number of fields embeded in it. An HTML string is assigned to the dbField attribute, with any field names delimited by percent signs %%.

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


iCustomInput

Creates a new iCustomInput

Syntax: iCustomInput($dbField,$caption)


Parameters

$dbField - The HTML text with fields to be expanded enclosed in %%

$caption - Field caption

Returns

a new iCustomInput

Personal tools