Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Minor grammar and style fixes.

The Free versions A free version of SpellCheckAsYouType (SCAYT) product is provided as a plugin, which integrated by default in CKEditor WYSIWYG editor. To into CKEditor WYSIWYG editor. To remove the SCAYT plugin from CKEditor 4 you need to add , add the following line to your CKEditor config.js file: 

Code Block
languagejs
config.removePlugins = 'scayt';

If you want to leave the SCAYT plugin for CKEditor 4 available, but prevent the feature it from being turned on automatically on loading the editor, set the configthe config.scayt_autoStartup configuration setting to as false. This is the default value for CKEditor configuration.

...