Skip to content

FormController Properties

The FormController object contains the following properties.

view Property


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;