How to open manually a popup window

PreviousHow to open manually a window from another windowNextHow to hide a panel in a window dinamically
Last updated

Last updated
var args = new Object();
args.parentComponentId = comp.id; //id of button
openWindow159(args);var args = new Object();
args.parentComponentId = comp.id; //id of button
args.positionx = 100; //optional
args.positiony = 50; //optional
openWindow159(args);