Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Halldór Hrafn Gíslason 30 posts 50 karma points
    Aug 03, 2010 @ 13:58
    Halldór Hrafn Gíslason
    0

    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 ?

    <!--

     

    this area is for custom config settings that should be added during TinyMCE initialization -->

    <

     

    customConfig>

    <

     

    config key="myKey">ABQIAArAKxZh7jsk9cUQJnqf8dMnzhQuffq7q63jGKVha4MF9TSieInY9RRo0mbaVLP8frzwmC1BVhHoCPLEnQ</config>

    <

     

    config key="entity_encoding">raw</config>

    <

     

    config key="spellchecker_rpc_url">GoogleSpellChecker.ashx</config>

    </

     

    customConfig> 

    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

  • Halldór Hrafn Gíslason 30 posts 50 karma points
    Aug 03, 2010 @ 14:05
    Halldór Hrafn Gíslason
    0

    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

  • Seth Niemuth 275 posts 397 karma points
    Aug 03, 2010 @ 17:07
    Seth Niemuth
    0

    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.

Please Sign in or register to post replies

Write your reply to:

Draft