-
Notifications
You must be signed in to change notification settings - Fork 24
MobileCRM.UI._Controller
Maros Kolibas edited this page Nov 28, 2019
·
1 revision
Represents the Javascript equivalent of the view controller object.
| Property | Type | Description |
|---|---|---|
| isDirty | Boolean | Gets or sets whether the controller contains dirty data that should be saved. |
| isLoaded | Boolean | Gets or sets whether the controller is loaded. |
| view | MobileCRM.UI._View | Gets or sets the view (control) instance. |