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
    }
}

...