|
Rank: Newbie Groups: Member
Joined: 3/15/2011 Posts: 4
|
Is there any way to make the EO.WEB Editor work when called thru window.showModalDialog? If I show the webpage by entering the url in the browser, the Editor works just fine but if I call the webpage thru window.showModalDialog in javascript, the Editor won't let me write on it as if it where not enabled.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
There doesn't seem to be any way to make it work. You can try to use our Dialog control and that should work. The Dialog control also works on all browsers. showModalDialog only works on IE.
Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 3/15/2011 Posts: 4
|
Thanks, for the reply. The showModalDialog works on most browsers (IE, Firefox, Chrome). I originally created it with the EO.Web Dialog control but I noticed it got a bit slow when doing various postbacks within the Dialog so I switched to showModalDialog with an update panel and everything worked fast but the Editor stopped working so I hoped for a happy medium. Oh well, I'll figure something out. Thanks for the reply, I really appreciate your help, I really like your controls and use them constantly! Thanks.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Ah....didn't know other browsers are all supporting showModalDialog now. : ) Thanks for the update!
|
|