Open this page in the API Guide

TemplateInstance Constructor

Initializes the TemplateInstance. Called during construction.
 

Parameters

options

Type: Object
(optional) An object literal parameter specifying default values.
Optional: True

Examples

The following example initializes a new instance of a TemplateInstance object:

1
var newObject = new dundas.controls.TemplateInstance();