If you want to turn on the Spell Check As You Type (SCAYT) feature in CKEditor by default, set the scayt_autoStartup
configuration setting to true
.
config.scayt_autoStartup = true;
If you want to disable automatic turning on SCAYT on loading the editor, set the scayt_autoStartup
configuration setting to false
. This is the default value for CKEditor configuration.
config.scayt_autoStartup = false;