Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+4 votes
835 views
in Q2A Core by
retagged by
I have added the following to qa-plugin/wysiwyg-editor/config.js to enable spell check.  If this won't cause any other problems would it be possible to add it to the core?

 

    config.disableNativeSpellChecker = false;
    config.scayt_autoStartup = true;
Q2A version: 1.6.1

1 Answer

+1 vote
by
that's not enought to remove context menu from this version of wysiwyg editor.

you can use ckeditor4 and this tutorial to remove CKEditor4's context menu and activate browser spellcheck:

http://qa-themes.com/forums/topic/q2a-enable-spellcheck
by
Looks like that link is not accessible anymore. Do you remember what changes were made to get it working again?
...