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.
TinyMCE & Spellchecker
Re: TinyMCE & Spellchecker
check in /modules/TinyMCE/templates/tinyconfig.tpl
if you haveIf not add it for example under
if you have
Code: Select all
browser_spellcheck : true, Code: Select all
language: "{$language}",Jean-Claude Etiemble MyPageFr
-
musicscore
- Power Poster

- Posts: 498
- Joined: Wed Jan 25, 2006 11:53 am
[closed] TinyMCE & Spellchecker
Thanks jce76350,it worked.
