Opened 11 years ago
Closed 11 years ago
#10982 closed Bug (invalid)
Enable spell check
Reported by: | vijkand | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
I have rich text editor created with webspell checker.
Now how do i make sure that 'check spelling' is by default enabled.
spell checking should be by default enabled here.
What is that i should do in javascript files? I am using standard CKeditor library files which includes ckeditor.js
I found below this.changeAttr("spellcheck",!a.config.disableNativeSpellChecker);
CKEDITOR.config.disableNativeSpellChecker=!0;
The spellchecker plugin used with editor is provided by third-party company and is called SCAYT.
There are few SCAYT configuration options available. One of them is http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-scayt_autoStartup