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
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;