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 for initializing WProofreader in Froala Editor. 

1. Initialize Froala Editor

Before integrating and configuring WProofreader, make sure that Froala Editor is properly configured in your web application. To initialize Froala Editor, follow the steps described in the Get Started guide.

2. Initialize WProofreader

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

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 Froala Editor is in focus. Check the sample below or follow the steps described in the Get Started with WProofreader Server (autoSearch) section.

Excerpt Include
IN:_include_initialize_wproofreader_option_using_autosearch_server
IN:_include_initialize_wproofreader_option_using_autosearch_server
nopaneltrue

Option  B. Using init() method

When using this method, WProofreader will be started on the Froala Editor load.

Excerpt Include
IN:_include_initializing_wproofreader_using_init_in_froala_editor_55x
IN:_include_initializing_wproofreader_using_init_in_froala_editor_55x
nopaneltrue

3.  Specify Additional Server Parameters

Excerpt Include
IN:_include_initialize_wproofreader_additional_server_parameters_server
IN:_include_initialize_wproofreader_additional_server_parameters_server
nopaneltrue

4. Further Actions

After you have initialized WProofreader in Froala Editor, you can customize WProofreader options, its user interface, and behavior using WProofreader customization options. You can also see the demo of Froala Editor integration on our website.

...