...
The Event action is the function called by the user interaction. For example, when submit buttons are clicked the On submit function is called and the form is submitted.
There are six event actions:
- On Submit is used to create submit buttons. See Creating submit buttons.
- On Save For Later is used to create save for later buttons. See Creating save for later buttons.
- Duplicate Parent Panel is used to create a button that duplicates its parent page layout element. See Creating duplicate parent panel buttons.
- Enable Control on Value is used to create text fields that enable one or more elements when a specific value is entered. See Creating enable control on value events.
- Enable Control on Selected Value is used to create drop-down lists that enable one or more elements when a specific value is selected. See Creating enable control on selected value events.
- Enable/Disable (toggle) is used to create checkboxes that enable or disable one or more elements based on the state of the checkbox. See Creating toggle events.
- User Function (custom javascript) is used to call custom javascript functions.