How to set width of specific popup applet in Open UI
Hi,
We are using FINS IP2015 patchset 11 OUI. In a specific view, we have a button on a form applet that should open a popup applet on click with specific width of 1100px. The 'Popup Dimension' control user property does not work.
Overriding CSS for .ui-dialog class changes dimensions for all popup applets in the application. I need to change for only specific applet.
I saw one of the post suggesting to use PopupPModel as mentioned in below link but there is no example.
https://docs.oracle.com/cd/E14004_01/books/config_open_ui/appendix_a_API22.html
Can anyone help me with an example of how to set width of a specific popup applet but not across entire application?