FormController Properties
The FormController Object contains the following properties.

Contains a reference to the FormController 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;