Hi,
I have page with form to writing posts similar to Wordpress. Under the FCK editor there is iframe with images. When I click the image, it appears in editor. So I do that:
And this works fine in Firefox, but in Opera doesn't.
I found, that I should use:
but this doesn't work in all. Firefox and Opera says, that this function (InnerDialogLoaded()) does not exist.
Any ideas?
I have page with form to writing posts similar to Wordpress. Under the FCK editor there is iframe with images. When I click the image, it appears in editor. So I do that:
var oShortBodyEditor = window.parent.FCKeditorAPI.GetInstance('short_body');
And this works fine in Firefox, but in Opera doesn't.
I found, that I should use:
var oEditor = window.parent.InnerDialogLoaded().FCK ;
but this doesn't work in all. Firefox and Opera says, that this function (InnerDialogLoaded()) does not exist.
Any ideas?