PageAction
Overview
This widget triggers an action, like a microflow or a nanoflow on page load without the need for a context object.
Executes the configured action when the page is loaded. This can be any action, e.g. a microflow, nanoflow, etc. The nanoflow may contain a JavaScript action which allows for executing JavaScript on page load.
Documentation
Typical usage scenario
Triggers an action on page load. Executes the configured action when the page is loaded. This can be any action, e.g. a microflow, nanoflow, etc. The nanoflow may contain a JavaScript action which allows for executing JavaScript on page load.
Features and limitations
No context object is needed. The action does not require any parameters.
Installation
Add the widget to your mendix project.
Configuration
- Add this widget on the page that requires a page load event.
- fill the onLoad event of the widget with your desired action.