template The template object describes a template. One such object exists for each template and all other objects that are descendants of the template object. Hierarchy of objects Model Parent objects Current object Child objects Form Model proto template extras Parent class model class Properties None. Methods Name Description Returns createNode Creates a new node based on a valid class name. Object execCalculate Executes the calculate script of the field. Empty execInitialize Executes the initialize script of the field. Empty execValidate Executes the validate script of the field. Empty formNodes Returns a list of all form model objects that are bound to a specified data object. Object recalculate Forces a specific set of scripts located on calculate events to execute. The specific events can be either pending calculate events or all calculate events. Empty remerge Forces the remerging of the data model and template model to re-create the form model. After the remerge is complete, any layout model processing must be redone if necessary for the completed form. Empty