jpopup minimum width
Confluence User - 23 Jul, 2018
Hi,
Is there a way to reduce the minimum width below 668px for Jpopup? I want to use 300px but the popup with will resize back to 90% width if I use values under 668px.
This is my javascript code to create the popup
var height = UI.getPopUpHeight("350");
var width = UI.getPopUpWidth("670");
JPopup.create("testPopup", "Add Item", width, height);
JPopup.show("testPopup", "AddOrderItem?embed=true",params,"Add Item", width, height)
Thanks
forms;javascript