Click or drag to resize
TmplItem Fields

[This is preliminary documentation and is subject to change.]

The TmplItem type exposes the following members.

Fields
  NameDescription
Public fieldStatic membercache
The cache
Public fieldClassNameControl
Stylesheet classname for control
Public fieldClassNameControlCell
Stylesheet classname for table cell containing control
Public fieldClassNameLabel
Stylesheet classname for label
Public fieldClassNameLabelCell
Stylesheet classname for table cell containing label
Public fieldClearOnCopy
This TmplItem will be cleared when copying
Public fieldComment
Internal comment for use by designer
Public fieldStatic memberconfigurationName
The configuration name
Public fieldConvertInfo
Misc. conversion info.
Public fieldDeleted
TmplItem (and anything below it) is skipped when generating DataDictionary, so fields will not be generated in database.
Public fieldExcludeFromPrint
The TmplItem is excluded from the printed version of the form
Public fieldStatic memberformContext
The form context
Public fieldHidden
Hidden fields generate fields in DataDictionary (and hence database), but are not visible in input form.
Public fieldOnBlur
Custom script for onblur-event
Public fieldOnChange
Custom script for onchange-event
Public fieldOnClick
Custom script for onclick-event
Public fieldOnFocus
Custom script for onfocus-event
Public fieldOnKeyDown
Custom script for onkeydown-event
Public fieldOnKeyPress
Custom script for onkeypress-event
Public fieldOnKeyUp
Custom script for onkeyup-event
Public fieldPostProcess
Code (e.g. .aspx) to execute on save
Public fieldPreProcess
Code (e.g. .aspx) to execute on load
Public fieldReadFromFile
The disk file this TmplItem was read from
Public fieldStyleControl
Inline style for control
Public fieldStyleControlCell
Inline style for table cell containing control
Public fieldStyleLabel
Inline style for label
Public fieldStyleLabelCell
Inline style for table cell containng label
Protected fieldsubTmplItems
tmpItemcollection
Public fieldVisibleComputation
Computation (formula) controlling visibility of item - true => item is visible
Top
See Also