ICustomInput
From FiFormsWiki
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 |
[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]
iCustomInput
Creates a new iCustomInput
Syntax: iCustomInput($dbField,$caption)
[edit]
Parameters
$dbField - The HTML text with fields to be expanded enclosed in %%
$caption - Field caption
[edit]
Returns
a new iCustomInput


