Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added a note about EOL
Note

This plugin is approaching its end-of-life date. The last usage date for the paid customers is December 2021. Read more in our blog post.


This guide outlines the main steps that you need to follow in order to integrate and configure the WebSpellChecker (WSC) Dialog plugin for CKEditor 4. All the described steps are provided for the Cloud version of WSC Dialog plugin for CKEditor 4.

Tip

Good to know:

  • WSC Dialog plugin is an integrated spelling and grammar checking solution in the standard packagefor CKEditor 4. By default, the WSC plugin for CKEditor is pointed to the Free WebSpellChecker Cloud Services. The free version with the banner ad and limited functionality is available for free for all CKEditor customers. 
  • The paid services allow customers to get rid of the banner ads, lift the usage limitations and get the extra functionality and languages. 
  • To get started with the trial version of WSC plugin for CKEditor 4, it is required to subscribe to the WebSpellChecker Cloud. On the subscription, you will receive an email with your service ID, an activation key, that is required for WSC service activation.

...

Code Block
languagejs
themeEmacs
config.wsc_lang = 'de_DE';
config.wsc_height = 800;
config.wsc_width = 800;
Info
Check a demo page with WSC plugin for CKEditor on our website.


After all changes are made, it is recommended to clean your browser cache. This is a recommended step, as some of the previous settings can be saved you in your browser cache.

...

The simplest way to verify operability and correct work of the WSC plugin for CKEditor 4 is to type any text with spelling and grammar mistake, then go to the ABC icon on the CKEditor toolbar and click Check Spelling. A new pop-up should be opened with spelling errors and grammar errors underlines in SpellChecker and Grammar tabs accordingly.

Image Removed

...

If you are migrating or configuring the Paid version of WSC Dialog for CKEditor 4, upon adding a service ID (an activation key) of the paid subscription, the banner ad on the dialog should be removed.

...

Image Removed

Pic 3.1. The view of WSC Dialog plugin using the Free WebSpellChecker Cloud Services.

.


Excerpt Include
IN:_include_cloud_still_have_questions
IN:_include_cloud_still_have_questions
nopaneltrue

...