GetSimple Support Forum

Full Version: SpellCheck integrated in CKEditor / GS configuration
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
It would be good to add the symbol for SCAYT SpellCheck to the basic and the advanced toolbar in edit.php

but do not set "scayt_autoStartup:true" in the standard editor options

thus, the users can switch on SpellCheck, but if they want to have it enabled from the start,
and if they want other than the default language to check, they can define this in the editor options
in gsconfig.php:

Code:
# WYSIWYG Editor Options
define('GSEDITOROPTIONS',"scayt_autoStartup:true,scayt_sLang:'de_DE'");