It could be done using the following code..I have written the code in View Controller...Please note that a handler to the Component Controller is required.....
IWDWindow window =
wdThis.wdGetSam021CompController()
.wdGetAPI()
.getComponent()
.getWindowManager()
.createExternalWindow(
URL to the Window/application,
Title to be displayed,
false);
window.open();
Please give a try...
Thanks and Regards,
Sam Mathew
Add a comment