Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Minor fixes.

...

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

Step 3. Initialize WProofreader

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

  • Using autoSearch
    When using this method, you need a CONFIG and a wscbundle script. After setting up the autoSearch, WProofreader will be enabled as soon as the editable container with Froala Editor is in focus. Refer to the description of initializing using CONFIG in our documentation for details.
  • Using init() method
    When using this method, WProofreader will be started on the Froala Editor load. Refer to the description of initializing using init() method in our documentation for details.

...