London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Dialog within a Dialog

Vote:
 

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?

#53668
Sep 19, 2011 14:04
Vote:
 

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?

 

#58362
Apr 20, 2012 15:00
This thread is locked and should be used for reference only. Please use the Episerver CMS 7 and earlier versions forum to open new discussions.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.