Initialization options
Initialize using autoSearch
autoSearchExample: using CONFIG
<script>
window.WEBSPELLCHECKER_CONFIG = {
autoSearch: true,
lang: 'en_US',
...
};
</script>Example: using inline data attributes
Initialize using init() method
init() methodExample: single HTML element
Example: multiple elements
Example: rich text editors
Initialize using data-wsc-autocreate
data-wsc-autocreateExample: HTML elements
Related resources
Last updated
Was this helpful?