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

Compare with Current View Page History

« Previous Version 2 Next »

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.

<script>
    window.WEBSPELLCHECKER_CONFIG = {
		autoSearch:true,
		lang: 'uk_UA',
		...
	};
</script>

<script type="text/javascript" src="http(s)://your_host_name/wscservice/wscbundle/wscbundle.js"></script>

  • No labels