Hello Team, We are using this mendix confirmation box as shown below, we want to display a grid element in confirmation message and also change look and feel of it, how can I achieve this ? Thanks In Advance
asked
Ashar khan
2 answers
2
I see two options:
Change CSS see the popup can be changed in terms of color and styling, but will have an effect in the full application
Instead of doing a direct action, launch a new window (modal popup) that you can style yourselft with a proceed or cancel button. The proceed button doing the real action and the cancel closes the page.
answered
André Luijkx
0
This can be changed via teh microflow settings as available in the button properties:
After pressing the Edit button you will get below screen: