Page 1 of 1

TinyMCE & Spellchecker

Posted: Fri Oct 28, 2016 10:18 am
by musicscore
Hi. Does anyone know how I can use the spellchecker in TinyMCE.
I added the menu item to the toolbar and I can click the spellchecker icon in the tinymce screen but the spellchecker is not working.

I'm using TinyMCE 2.9.12 on CMSMS 1.12.2.

Please advice.

Re: TinyMCE & Spellchecker

Posted: Sat Oct 29, 2016 4:03 pm
by jce76350
check in /modules/TinyMCE/templates/tinyconfig.tpl
if you have

Code: Select all

browser_spellcheck : true, 
If not add it for example under

Code: Select all

 language: "{$language}",

[closed] TinyMCE & Spellchecker

Posted: Sat Oct 29, 2016 5:40 pm
by musicscore
Thanks jce76350,it worked.