Hi.
I've created a plugin for the context-menu of image tags in FCKEditor (v2). The command I've registered basically calls window.open to call some specific URL, but this is blocked by some browsers' popup blockers (most notably Internet Explorer). I cannot open a FCKDialog here, since the URLs go to external applications that are plugged into the FCKEditor dynamically (long story).
Is there some way to add an item to the context-menu that basically renders custom HTML such as
a link with target="_blank" or a span with onclick etc in order to avoid the popup blockers? Basically any way to get HTML/Javascript to work so that the browser knows for sure that the user wanted a window to open?
If not - does anyone know if this has been changed with version 3 of CKEditor?
Kind regards,
ElChe
I've created a plugin for the context-menu of image tags in FCKEditor (v2). The command I've registered basically calls window.open to call some specific URL, but this is blocked by some browsers' popup blockers (most notably Internet Explorer). I cannot open a FCKDialog here, since the URLs go to external applications that are plugged into the FCKEditor dynamically (long story).
Is there some way to add an item to the context-menu that basically renders custom HTML such as
a link with target="_blank" or a span with onclick etc in order to avoid the popup blockers? Basically any way to get HTML/Javascript to work so that the browser knows for sure that the user wanted a window to open?
If not - does anyone know if this has been changed with version 3 of CKEditor?
Kind regards,
ElChe