IContainer
From FiFormsWiki
class iContainer extends iInput
Contents |
[edit]
Properties
| $drawCaption | ||
| $drawInput | ||
| $formatStr | array of html code used as a "wrapper" for the individual objects. Contains 3 string elements: head, body, and foot. Variables inside %% symbols are substituted. Special variables are %drawInput% and %drawCaption%. Note: Default initial value is array( "head" => "
| |
| $inputs | objects in the container |
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]
drawInput
Outputs the entire container, with all objects, in HTML, using $this->formatStr
Syntax: drawInput()
[edit]
Returns
N/A
[edit]
iContainer
Class constructor, returns a new iContainer object
Syntax: iContainer()
[edit]
Returns
a new iContainer object
[edit]
outputRow
Generates output from each contained control and wraps it in HTML using $theFormat
Syntax: outputRow($theFormat)
[edit]
Parameters
$theFormat - The format in which controls are wrapped into HTML.
[edit]
Returns
N/A

