| TmplItem Fields |
[This is preliminary documentation and is subject to change.]
The TmplItem type exposes the following members.
| Name | Description | |
|---|---|---|
| cache |
The cache
| |
| ClassNameControl |
Stylesheet classname for control
| |
| ClassNameControlCell |
Stylesheet classname for table cell containing control
| |
| ClassNameLabel |
Stylesheet classname for label
| |
| ClassNameLabelCell |
Stylesheet classname for table cell containing label
| |
| ClearOnCopy |
This TmplItem will be cleared when copying
| |
| Comment |
Internal comment for use by designer
| |
| configurationName |
The configuration name
| |
| ConvertInfo |
Misc. conversion info.
| |
| Deleted |
TmplItem (and anything below it) is skipped when generating DataDictionary,
so fields will not be generated in database.
| |
| ExcludeFromPrint |
The TmplItem is excluded from the printed version of the form
| |
| formContext |
The form context
| |
| Hidden |
Hidden fields generate fields in DataDictionary (and hence database),
but are not visible in input form.
| |
| OnBlur |
Custom script for onblur-event
| |
| OnChange |
Custom script for onchange-event
| |
| OnClick |
Custom script for onclick-event
| |
| OnFocus |
Custom script for onfocus-event
| |
| OnKeyDown |
Custom script for onkeydown-event
| |
| OnKeyPress |
Custom script for onkeypress-event
| |
| OnKeyUp |
Custom script for onkeyup-event
| |
| PostProcess |
Code (e.g. .aspx) to execute on save
| |
| PreProcess |
Code (e.g. .aspx) to execute on load
| |
| ReadFromFile |
The disk file this TmplItem was read from
| |
| StyleControl |
Inline style for control
| |
| StyleControlCell |
Inline style for table cell containing control
| |
| StyleLabel |
Inline style for label
| |
| StyleLabelCell |
Inline style for table cell containng label
| |
| subTmplItems |
tmpItemcollection
| |
| VisibleComputation |
Computation (formula) controlling visibility of item - true => item is visible
|