This guide outlines the main steps that you need to follow in order to integrate and configure the SCAYT plugin for CKEditor 4. All the described steps are provided for the Server version of SCAYT.

1. Initialize CKEditor 4

Before integrating and configuring the SCAYT plugin, CKEditor should be properly configured in your web application. If you haven't done it yet, please refer to Example CKEditor Setups on the CKEditor documentation pages. 

2. Configure SCAYT Plugin

The next step is to define necessary SCAYT parameters and options in the CKEditor config.js file.

config.scayt_srcUrl ="http(s)://your_host_name/spellcheck/wscbundle/wscbundle.js";
config.scayt_autoStartup = true;
config.grayt_autoStartup = true;
config.scayt_sLang ="en_US";



Check a demo page with SCAYT plugin for CKEditor on our website.