SCAYT plugin for CKEditor 4
1. Initialize CKEditor 4
2. Activate SCAYT plugin
config.scayt_customerId = 'service_activation_key';config.scayt_serviceProtocol='http(s)';
config.scayt_serviceHost='your_host_name';
config.scayt_servicePort ='443';
config.scayt_servicePath ='virtual_directory/api'; // by default the virtual_directory is wscservice
config.scayt_srcUrl ="http(s)://your_host_name/virtual_directory/wscbundle/wscbundle.js";3. Adjust default settings
config.scayt_autoStartup = true; // enable spell check as you type on the editor load
config.grayt_autoStartup = true; // enable grammar check
config.scayt_sLang ='auto'; // sets the default languageCan be also useful:
Was this helpful?