I've developed my own plugin but I want the pop up php page to access hidden fields from the parent DOM.
window.parent returns the FCKeditor/editor/fckdialog.html
I can't seem to get back to the originating page.
Any Suggestions?
window.parent returns the FCKeditor/editor/fckdialog.html
I can't seem to get back to the originating page.
Any Suggestions?
Re: plugin help
Re: plugin help
This post cover all the ways to access the FCK instance: http://alfonsoml.blogspot.com/2007/12/s ... ditor.html
Re: plugin help
FCK.LinkedField got me what I needed.