I have until very recent used an old version of FCK where i could acces the editor from another IFrame by typing:
"var FCKEditor = parent.window.document.frames.[instanceName];"
Does anybody know how to access the editor in the latest release?
Best regards, Jonas A. Eriksson
"var FCKEditor = parent.window.document.frames.[instanceName];"
Does anybody know how to access the editor in the latest release?
Best regards, Jonas A. Eriksson
RE: Acces the editor from an external IFrame
Maybe I should descibe my issue a little bit more.

I have, in a really old version of FCKEdit, used an IFrame with a couple of smileys. When I clicked on one of thos Smileys it popped up in the editor.
But I dont know how to do this in FCKEdit 2.X.
I cant be the only one in the world who has this problem. Please share your knowledge!
Best regards, Jonas A. Eriksson
RE: Acces the editor from an external IFrame
"var FCKEditor = parent.window.document.frames.[instanceName].FCK;"
I think its strange that no one could help me with this before.. Oh well.. what are you gonna do? Hope Ill get some help next time!
// redRemedy - Sweden
RE: Acces the editor from an external IFrame
var FCKEditor = self.parent.frames.theInstaneName__IFrame.document.FCK;
var FCKEditor = self.parent.FCKeditorAPI.__Instances.theInstanceName;