hello everybody,
Looking for a little bit of help. What i'm looking for is js instance name of popup window, the window that is opened then you click browse server button in image/flash/link. My challange would be to know popup's name, so it would be posible to close the popup from parent window (the one CKE is on).
Why i need this... In theory it would be good practice to close popup then you close (cancel or press X) on image/flash/link dialog window. In my situation i have a few tabs and in those tabs i have several CKE editors running, so i would like to close popup window then switching tabs. To do so i need instance name to use code like this: instanceName.close();
Thanks in advance