TemplateController Properties
The TemplateController object contains the following property.
view Property
Contains a reference to the TemplateController object's view.
Syntax
view
Type
Object
Read / Write
Read-only
Remarks
Your app can access the view using the syntax this.view
.
Example
var view = this.view;