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

Documentation
1.0.0

How To Use

This component can be used through the Client Actions that are available:

The layout of the alert dialog might differ between browsers and their configurations. The screenshot examples below were captured using Edge.


ShowAlert

Displays an alert window with the provided text, the alert is purely informational and does not provide output control variables. The Demo provides an example when clicking on the "Show Alert" button.


ShowConfirmationMessage

Displays a confirmation message dialog, prompting the user to either accept an action (by pressing an "OK" button) or cancel it. The action provides an output variable, IsConfirmed that will return the selection of the user and can therefore be used as part of a control statement. The Demo provides an example that shows different Feedback Messages depending on the user selection after clicking on "Show Confirmation Message".

ShowConfirmationMessage

Displays a dialog prompt, allowing the user to enter text in free-form. The action provides an output variable, EnteredText, that will return the input of the user and can therefore be used for additional logic. The Demo provides an example that shows a prompt dialog after clicking on the "Show Prompt" button.