Click or drag to resize
TmplItem Properties

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

The TmplItem type exposes the following members.

Properties
  NameDescription
Public propertyComputations
Get the DataDictionaryComputationCollection from the TmplItem
Public propertyFocusId
Return id for the HTML element to focus
Public propertyFocusSelect
Return whether a focused element may be selected (e.g. whether .select() should be called)
Public propertyId
get/set ID
Public propertyIsInGridRecord
Check if this TmplItem is placed (directly) in GridRecord
Public propertyIsInsideArray
Check if this TmplItem is contained in an ArrayTable (recursively)
Public propertyPublishingName
Public propertyRules
Get the RuleCollection from the TmplItem
Public propertySubTmplItems
Get the collection of TmplItems contained in this TmplItem
Public propertySuperTmplItem
Get/set the parent TmplItem of this TmplItem
Public propertyUniqueId
Get the uniqueId for this TmplItem (randomly set in the ctor)
Top
See Also