You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Define the required options in WEBSPELLCHECKER_CONFIG:

  • Specify your serviceId. It is a required option for the service activation.
  • Enable autoSearch functionality using the autoSearch parameter.
  • Adjust the default parameters. Check a full list of API parameters to adjust default settings for your needs.
<script>
	window.WEBSPELLCHECKER_CONFIG = {
		autoSearch: true,
		enableGrammar: true,
        serviceId: 'your-service-ID'
   };
</script>

  • No labels