Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To solve the issue,remove the WSC Dialog plugin from the extraPlugins parameter in the CKEditor config.js file (if any) or disable it using the removePlugins parameter in the CKEditor config.js file:

Code Block
languagejs
themeEmacs
CKEDITOR.config.removePlugins = 'wsc';

...