Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Spellchecker not working
#1
According to the wiki here: http://get-simple.info/wiki/how_to:edito...spellcheck, "CKEditor comes with built-in spellchecking feature, which is deactivated by default."

I've made these edits to gsconfig.php:

Code:
# WYSIWYG toolbars (advanced, basic or [custom config])
define('GSEDITORTOOL',"[ 'Bold','Italic','Underline','Format','FontSize','TextColor'],
['NumberedList','BulletedList','-','Indent','Outdent','-','JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'],
['Image','Table','HorizontalRule','-','Link','Unlink'],['Cut','Copy','Paste','-','Undo','Redo' ],
['Find','Replace','-','SelectAll','-','SpellChecker', 'Scayt'],['RemoveFormat'],['Source']
");
# WYSIWYG editor language (default en)
define('GSEDITORLANG', 'en_CA');

# WYSIWYG Editor Options
define('GSEDITOROPTIONS',"scayt_autoStartup:true,toolbarCanCollapse:true");

When I click the spellchecker icon in the toolbar, only two options are not grayed out, Enable SCAYT and Check Spelling. Clicking on Enable SCAYT does nothing and clicking on Check Spelling opens a blank dialogue box which can only be removed by refreshing the page.
Reply


Messages In This Thread
Spellchecker not working - by mrwtm - 2017-05-06, 10:09:39
RE: Spellchecker not working - by hameau - 2017-05-09, 03:05:45
RE: Spellchecker not working - by shawn_a - 2017-06-02, 03:43:11



Users browsing this thread: 1 Guest(s)