There's also a built-in spell checker that uses 'ASPELL'. To use this other spell checker, edit the fckconfig.js file found in the root of your EDITOR folder and change the line that has "SpellChecker" to the following:
FCKConfig.SpellChecker = 'SpellerPages' ;
All the gorey details about what you need to do are found on the WIKI at:
It explains how to configure the editor to work with your ASPELL installation. Including some of the basic installation issues and where to get ASPELL if you don't have it on your server.
RE: Spell check with FCKeditor
There's also a built-in spell checker that uses 'ASPELL'. To use this other spell checker, edit the fckconfig.js file found in the root of your EDITOR folder and change the line that has "SpellChecker" to the following:
FCKConfig.SpellChecker = 'SpellerPages' ;
All the gorey details about what you need to do are found on the WIKI at:
http://wiki.fckeditor.net/Developer%27s ... ll_Checker
It explains how to configure the editor to work with your ASPELL installation. Including some of the basic installation issues and where to get ASPELL if you don't have it on your server.
Hope this Helps.
RE: Spell check with FCKeditor
Ok I'm going to have a look
Thanks
RE: Spell check with FCKeditor