Versions Compared

Key

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

This guide outlines the main steps that you need to integrate and configure the WebSpellChecker (WSC) Dialog plugin for CKEditor 4All 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 download the latest version of the CKEditor 4 standard package and refer to 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 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 CKEditor config.js file.

...

Code Block
languagejs
themeEmacs
config.wsc_customLoaderScript = "http(s)://your_host_name/virtual_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.

...

Excerpt Include
IN:_include_cloud_still_have_questions
IN:_include_cloud_still_have_questions
nopaneltrue

...

Can be also useful: