Custom a popup dialog  using Sweetalert JS library.
197
Views
2
Comments
New
OutSystems UI

Custom a popup dialog or alert with SweetAlert JS.

Library : https://sweetalert.js.org/guides/


i Copy a external js sweetalert2 to OS script :

<script src="sweetalert2.all.min.js"></script> 

and setup a Javascript on Outsystems logic.

u can choose your design :

Hi,

Multiple Forge components already exist for Sweet Alert, here is one:

https://www.outsystems.com/forge/component-overview/7559/sweetalert

Regards,

Daniel

Hi,

Try this forge component that allow to display confirm message and wait for user response directly from client action.

Client Awaitable Popups

This is the link of the demo: Confirm Dialog

Regards,

AL