Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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. 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 Dialog plugin, CKEditor 4 should be properly configured in your web application. If you haven't done it yet, please please download the latest version of the CKEditor 4 standard package and refer to Example CKEditor Setups on the CKEditor documentation pages. CKEditor Quick Start Guide.

2.

...

Activate WSC Dialog

...

plugin

If you are using the standard package of CKEditor 4, the WSC Dialog plugin is already there, which is pointed to the free services. To accomplish migration to the trial or paid version of WSC Dialog Server, the additional WSC Dialog parameters must be added to The next step is to define necessary WSC Dialog parameters and options in the CKEditor config.js file.

2.1. Specify the path

...

to the WSC Dialog script using

...

wsc_customLoaderScript parameter.

Code Block
languagejs
themeEmacs
config.wsc_customLoaderScript = "http(s)://your_host_name/wscservicevirtual_directory/lf/22/js/wsc_fck2plugin.js";

3. Adjust default settings

Define additional WSC

...

Dialog parameters which are responsible for changing default language,

...

adjusting dialog

...

size, etc.

...

For details, refer to a full list of WSC Dialog API parameters and possible values in WSC Dialog Parameters for CKEditor 4 section.

Code Block
languagejs
themeEmacs
config.wsc_lang = 'de_DE';
config.wsc_height = 800;
config.wsc_width = 800;

WSC Dialog API parameters and possible values

...


...

Info

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

Excerpt Include
IN:_include_cloud_still_have_questions
IN:_include_cloud_still_have_questions
nopaneltrue

...

Can be also useful: