Hi,
I use top.aras.uiShowItem(itemType,itemiD) in JavaScript to open an item window. As this method do not have any return value, I don't know how to access to the opened window and get some information such as whether the window is closed.
In JavaScript, there is a standard method window.open() that will return a Window object, and I can use this object to access to the opened window.
So, my question is:
How to get a handle to the opened window from top.aras.uiShowItem(itemType,itemiD), or is there any alternative way to open a item window and get a handle at the same time?
Thanks.
Will Wang