Skip to content

Running Custom JavaScript – Events

Custom JavaScript™ is run in response to events in the form. These events can be triggered at the application, form, page, and item level in response to form lifecycle changes, and to user interactions. A list of the events available, and how to interact with the form using them is shown in the following list.

  • Application Events
    This topic describes the Application Events, and their parameters when using JavaScript API in HCL Leap.
  • Form Events
    This topic describes the Form Events, and their parameters when using JavaScript API in HCL Leap.
  • Page Events
    This topic describes the Page Events, and their parameters when using JavaScript API in HCL Leap.
  • Item Events
    This topic describes the Item Events, and their parameters when using JavaScript API in HCL Leap.

Parent topic: JavaScript API