Previous icon

Next icon

Understanding element events

Events are used to call functions when users interact with elements. See Creating events.

Submit button

There are two components to every event:

The Event type is the user interaction that calls the function. For example, On click events call functions when buttons are clicked.

There are three event types:

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:

Last modified: 19/05/2017 3:33:20 PM

See Also

Creating events

Creating submit buttons

Creating save for later buttons

Creating duplicate parent panel buttons

Creating enable control on value events

Creating enable control on selected value events

Creating toggle events

© 2017 Synergetic Management Systems. Published 29 June 2017.

Top of page