I am trying to use the SimpleModal plugin for jquery to load a popup div with a CKEditor in it, but when the modal box opens up, the CKeditor is all disabled and won’t let me type text into it. I am using all default settings.
Any suggestions would be great.
I am trying to use the SimpleModal plugin for jquery to load a popup
Share
Are you initializing the CKEditor at the right time? From the simplemodal docs:
And a second possibility, I’m not sure whether this will help you, but the JQuery UI modal dialog has a similar problem showing CKEditor for which a patch exists.