Versions Compared

Key

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

This guide outlines the main steps that you need to follow in order to integrate and configure the WebSpellChecker (WSC) Dialog plugin for for CKEditor 4.

Note
All the described steps are provided for the Server version of WSC Dialog plugin for CKEditor 4.

1. Initialize CKEditor 4

Before integrating and configuring the WSC 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 for details. 

2. Configure WSC Dialog Plugin

The next step is to define necessary Define required WSC Dialog parameters and options in the CKEditor the CKEditor config.js file.

Code Block
languagejs
themeEmacs
config.wsc_customLoaderScript = "http(s)://your_host_name/wscservice/lf/22/js/wsc_fck2plugin.js";
  • Define additional WSC parameters (e.g. , for example, change default language, adjust dialog view, etc.)and others. 
Code Block
languagejs
themeEmacs
config.wsc_lang = 'de_DE';
config.wsc_height = 800;
config.wsc_width = 800;

...

Include Page
WSC Dialog Parameters for CKEditor 4
WSC Dialog Parameters for CKEditor 4

Info

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

Excerpt Include
IN:_include_cloud_still_have_questions
IN:_include_cloud_still_have_questions
nopaneltrue