Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

Anchor
H_46188
H_46188
(on page ).
Image Modified

There are two components to every event:

...

  • On Submit is used to create submit buttons. See Creating submit buttons
    Anchor
    H_46171
    H_46171
    (on page ).
  • On Save For Later is used to create save for later buttons. See Creating save for later buttons
    Anchor
    H_46172
    H_46172
    (on page ).
  • Duplicate Parent Panel is used to create a button that duplicates its parent page layout element. See Creating duplicate parent panel buttons
    Anchor
    H_46173
    H_46173
    (on page ).
  • 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
    Anchor
    H_46276
    H_46276
    (on page ).
  • 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
    Anchor
    H_46227
    H_46227
    (on page ).
  • 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
    Anchor
    H_46226
    H_46226
    (on page ).
  • User Function (custom javascript) is used to call custom javascript functions.