Events

Content Type: Widget
Categories: Utility

Overview

The Events widget allows you to execute an action when a component loads or when the context changed.

For example, you can show a welcome message on page load, execute custom JavaScript (using a NF) when your data grid finished loading, or trigger a validation Microflow when an attribute changed. It also supports triggering an action with a delay or executing repeatedly with an interval timer.

Documentation

Configurable events:

  1. Component loads - this will trigger actions when the component - where the Events widget being placed - loaded to the page.  For example: when being placed into the top of the page, you can trigger microflow on page load.
  2. On change - this will trigger actions when the selected attribute changed. You could place the widget inside a nested components to find the correct attribute that you need to listened into.

 

Take a look into widget documentations for more details.

Releases

Version: 1.0.1
Framework Version: 9.24.0
Release Notes: ### Fixed - We fixed issues where event not fired with MF/NF having parameters.
Version: 1.0.0
Framework Version: 9.24.0
Release Notes: ### Added - initial version of app events with component load and attribute change