form-definition-schema-properties-pages-pages-item-properties-events
Events Type
object (Events)
events Properties
| Property | Type | Required | Nullable | Defined by |
|---|---|---|---|---|
| onLoad | object | Optional | cannot be null | Form Definition Schema |
| onSave | object | Optional | cannot be null | Form Definition Schema |
onLoad
Event handler triggered when the page is loaded
onLoad
-
is optional
-
Type:
object(On Load) -
cannot be null
-
defined in: Form Definition Schema
On Load Type
object (On Load)
onSave
Event handler triggered when the page data is saved
onSave
-
is optional
-
Type:
object(On Save) -
cannot be null
-
defined in: Form Definition Schema
On Save Type
object (On Save)