Events
To provide efficient interaction between the user and the form one can use the following events to trigger various form actions:
Form/Nested form events:
- onLoad - occurs when form has been loaded
- onBeforeSave - occurs before form has been saved (form standard "Save" button or "Save" form API action)
- onAfterSave - occurs after form has been saved (form standard "Save" button or "Save" form API action)
- onActivate - occurs when form has been activated (Navigate "Return Back" form action or navigating back via breadcrumb for linked forms)
Form input events:
- onChange - occurs when the value of an element has been changed
Button events:
- onClick - occurs when a button is clicked
List events:
- onChange - occurs when the value of any of list checkboxes has been changed.
- onLoad - occurs when list has been loaded
- onSelect - occurs when a row has been selected in list
* Available starting 2.16 release
Form event setup:
- Select the element on the canvas (1)
- Click "Add Events" button (2)
Provide required event details:
- Select event type (3)
- Provide conditions if necessary (4)
- Click "Add" button to tie actions to the event (5)
- Select existing actions (6) or click "+" icon to create new ones (7)
- Pass conditions if necessary (8)
Save changes.
0 Comments
Add your comment