Large Bootstrap Modal with Mendix framework

0
I am trying to apply the same concept of the Bootstrap Modal where the modal will grow and the scrollbar on the right side of the page would be used to scroll the modal. The live demo section at the following url has a working example. http://getbootstrap.com/javascript/#modals   Has anyone tried to implement something similar to this within the stock Mendix frame work? Would there need to be any adjustments to the way Mendix sizes the modals? I was thinking of making the modal be the full width of the screen with a gray background and adjust the opacity. Then center the content on the screen.   Any insight would be greatly appreciated.
asked
1 answers
0

Sounds like you can just use the default Mendix (Mendix uses the bootstrap framework) functionality of a popup page, sizing can be done with CSS or in Mendix: https://docs.mendix.com/refguide5/page#pop-up-size-properties

 

answered