Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Minor language and formatting fixes.

This guide outlines the main steps that you need to follow in order to integrate and configure the SCAYT plugin for CKEditor 4.

Note
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  on the CKEditor documentation pages for details

2. Configure SCAYT Plugin

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

2.1. Specify path to the SCAYT plugin (wscbundle.js) using scayt_srcUrl parameter. 

Code Block
languagejs
themeEmacs
config.scayt_srcUrl ="http(s)://your_host_name/wscservice/wscbundle/wscbundle.js";

2.2. Define additional SCAYT parameters (e.g. , for example, start SCAYT spell and grammar automatically, change default language, etc.)and others.

Code Block
languagejs
themeEmacs
config.scayt_autoStartup = true;
config.grayt_autoStartup = true;
config.scayt_sLang ="en_US";

Include Page
SCAYT Parameters for CKEditor 4
SCAYT Parameters for CKEditor 4

Info

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

Excerpt Include
IN:_include_cloud_still_have_questions
IN:_include_cloud_still_have_questions
nopaneltrue