2017-05-09, 03:05:45
I have never tried the CKEditor native spell checker (it's web-based, so doesn't know about my personal word list), but you can enable the browser native spell-checker with this:
It is necessary to disable those plugins to allow the browser native context menu in WYSIWYG areas. The context menu spelling options only show when right-clicking in an area that already has text in it.
Works for Firefox – not tested in other browsers.
Code:
define('GSEDITOROPTIONS',
"
disableNativeSpellChecker : false,
removePlugins : 'language,tableresize,liststyle,tabletools,scayt,menubutton,contextmenu'
");
It is necessary to disable those plugins to allow the browser native context menu in WYSIWYG areas. The context menu spelling options only show when right-clicking in an area that already has text in it.
Works for Firefox – not tested in other browsers.
--
Nick.
Nick.