Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Fixes to align the contents of this section with with Froala Editor Integration guide.

...

This guide outlines the main steps that you need to follow for initializing CKEditor initializing WProofreader in CKEditor 4 with WProofreader. 

You can see the demo of CKEditor 4 integration on our web site.

1. Initialize CKEditor 4

Before integrating and configuring WProofreader, make sure CKEditor 4 is properly configured in your web application. To initialize CKEditor 4, follow the steps described in CKEditor 4 Quick Start Guide.

...

Choose one of the options below how to enable spelling and grammar checking functionality of WProofreader in CKEditor 4.

Option A. Using autoSearch

When using this method, you need a CONFIG and a wscbundle.js script.

...

After setting up the autoSearch, WProofreader will be enabled as soon as the editable container with CKEditor is in focus.

Option B. Using init() method

When using this method, WProofreader will be started on the CKEditor 4 load.

Excerpt Include
IN:_include_initializing_wproofreader_using_init_in_ckeditor4_55x
IN:_include_initializing_wproofreader_using_init_in_ckeditor4_55x
nopaneltrue

...