Re: TinyMCE Spellcheck

2009-10-09 Thread Dane Laverty
I've made a little progress toward getting the spell checker working. In my TinyMCESettings I've added: tinyMCESettings.addCustomSetting(spellchecker_rpc_url : \someURL\); That takes care of the alert, but now I need to know what URL I'm supposed to put there. The SpellCheckPlugin class has

TinyMCE Spellcheck

2009-10-08 Thread Dane Laverty
I've added TinyMCE to my application, but I can't get the spellchecker to work. When I click the button, I get a JavaScript alert that says, Please specify: spellchecker_rpc_url. I checked it out in the example application, but I get the same error there. I've installed the Jazzy spell checker,