default-browser-dialog-reactive
Reactive icon

Default Browser Dialog Reactive

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded on 08 August 2021 by 
0.0
 (0 ratings)
default-browser-dialog-reactive

Default Browser Dialog Reactive

Details
Default browser dialog/popup boxes for common use cases, including Confirmation Messages without the need of a link/button, showing Alerts, and Prompts for the user to enter some Text. All the actions are implemented using vanilla JavaScript.
Read more

Default browser dialog/popup boxes for common use cases, implemented via reusable Client Actions:

  • Confirmation Messages: similar to the behavior shown when using the Confirmation Message property of OutSystems links and buttons. Implemented using the JS confirm() function.
  • Alerts: show an Alert box to ensure the user sees some important information before continuing to use the app. Implemented using the JS alert() function.
  • Prompts: show a Prompt dialog for the user. Implemented using the JS prompt() function.


The exact look and feel may vary between browsers as specific styles are different, but the expected behavior should be identical.

All the actions are implemented using vanilla JavaScript, without the need of additional dependencies/scripts.

All icons retrieved from 8icons.

Release notes (1.0.0)
Reviews (0)
Team