AbanteCart Community
Shopping Cart Operations => Support => General Support => Topic started by: llegrand on September 25, 2013, 12:36:53 PM
-
I notice in the text editor portion there doesn't seem to be spell check enabled. Is this an oversight or some issue due to all the language support?
For those of use keyboard challenged, spell check would be good for content.
Lee
-
I was under impression that spell check is a browser side work. At least my FF , Safari and chrome do check spelling in all type of text fields.
I guess you refer to this:
http://docs.ckeditor.com/#!/guide/dev_spellcheck
-
In running ckeditor in other applications - I have found there are several ways to install, but under the latest stable version of 4.2 and maybe one or two earlier versions, spell check within the editor is only available on standard and full or with a customization option, which is pretty easy to do.
Or as your citation shows it seems to disable the native spell checker by default.
Where is the editor installed within Abantecarte?
-
Here's a screen shot to show what I am asking here. You can see that the Description box does in deed use the the browser spell check. But the Content box with the Ck Editor doesn't pickup any typos - I have purposely added several with the box.
Interestingly, this board does use spell check within this box :)
-
you can edit file public_html/admin/view/default/javascript/ckeditor/config.js
just add row config.disableNativeSpellChecker = false;
into function and reload page.
Then press CTRL and do right click on ckeditor to enable browser spellchecker.
-
Yes! that got the spell check working in the editor boxes.
Thank you.