I am getting an error when defining new tabs for my pages. This error is happening in Safari, IE10, and Firefox, but not in Chrome, for some reason. This call:
CKEDITOR.ajax.load(some parameters are here)
Throws "CKEDITOR.ajax is undefined" (in Firefox, text of message slightly different in other browsers). I can't find a plugin for ajax, but it seems like that's what I am missing. And weird that Chrome doesn't seem to have any problems.
Ideas?
Thanks,
andy
Correction...
Turns out that I was bitten by the Chrome browser cache... this error happens for all browsers in my test suite.