AI OnAI Off
Hi Ulrik,
i am also using EPi.CreateDialog() to get a filemanager dialog in my custom plugin
EPi.CreateDialog(
dialogUrl,
OnFileDialogClosed,
callbackArguments,
dialogArguments,
features);
However i am getting error on click of button to open file manager dialog.
It says that EPi.CreateDialog is a invalid method
I have even checked in EPiServerScriptManager.js file located in C:\Program Files\EPiServer\CMS\6.1.379.0\Application\Util\javascript
and I also don’t see the implementation for CreateDialog().
Please note the dialog box for the plugin is of .HTML and not .aspx
Any idea on this?
I've written a property which uses EPi.CreateDialog. This works fine, however in the popup window I need to use the dialog for getting an url. So I do a EPi.CreateDialog again and this works in Firefox but fails in IE. Is this a known bug?