I'm trying to get the TinyMCE spell checker to work on my site. Apart from enabling the spell checker feature in the Richtext editor data type, I'm guessing that I have to uncomment the config line in tinyMceConfig.config and add my own Google API key there ?
<!--
this area is for custom config settings that should be added during TinyMCE initialization -->
After I've recycled the app pool (to ensure that it re-reads the config) I'm getting an error when hitting the spell check button in the TinyCME editor:
Index and length must refer to a location within the string
Am I missing some steps here or am I on a wrong track of some sorts? :P
Getting TinyMCE Spell Checker to work
I'm trying to get the TinyMCE spell checker to work on my site. Apart from enabling the spell checker feature in the Richtext editor data type, I'm guessing that I have to uncomment the config line in tinyMceConfig.config and add my own Google API key there ?
After I've recycled the app pool (to ensure that it re-reads the config) I'm getting an error when hitting the spell check button in the TinyCME editor:
Am I missing some steps here or am I on a wrong track of some sorts? :P
p.s. (to the webmaster) when I try to fix the formatting of the code in this post I get a xslt parsing error:
Er ror parsing XSLT file: \xslt\forum-commentsList.xslt
You shouldn't need to comment anything in the config file. I have encountered problems with single quotes (') (http://our.umbraco.org/forum/core/general/11101-TinyMCE-SpellCheck-bug) but it works for me otherwise.
is working on a reply...