Versions Compared

Key

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

...

As for now, you can add some extra code on your side to clean spans. For example, you can use a "removeMarkupFromString" command. 

Code Block
var wscInstance; // You will be able to call WPRoofreader API using this variable

window.WEBSPELLCHECKER_CONFIG = {
    ...
    onLoad: function(instance) {
        wscInstance = instance; // Here you make WProofreader instance available from your code
    }
}

...

Here you can find more information about available Web API commands and how they work. Please note that such implementation should be done on our side and our team can't provide you the specific instructions on how to do it within your support terms.