Search
Link Search Menu Expand Document
Kony Quantum is now HCL Volt MX. See Revised Terminology. Current Quantum users, see the important note about API naming.

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;