Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

This page is for application designers. It explains how to set up actions in response to an event, such as a user mouse-click.

todo-Fiona - Indraft: Layout component also needs updating as there is a new properties section

Often in an application, you want to trigger an action based on an event that occurs on the dashboard:

  • the user presses the Enter key: OnEnter
  • the user mouse-clicks somewhere: OnChange
  • something on the screen changes: OnChange
  • something on the screen blurs: OnBlur.

You configure an event handler on a specific layout component, and link it to a specific action or actionflow.



Sections on this page

  1. From the screen, open the component.
  2. In the Event Handler section, click  Add New to create a new event handler.
  3. In the new event handler tab, select the Action Method.
  4. Open the repository to find the action you require.
  5. Drag the action from the repository to the Action field, 


Add to component

Action method

  • Stream Action
  • No action
  • Workflow Action


  • No labels