I need to enable the spell checker in FCK Editor.
Its working fine with Firefox, But its not working in IE 8.
My settings in fckeditor.js
is,
FCKConfig.SpellChecker = 'ieSpell' ; // 'ieSpell' | 'SpellerPages'
FCKConfig.IeSpellDownloadUrl = 'http://www.iespell.com/download.php' ;
FCKConfig.SpellerPagesServerScript = 'server-scripts/spellchecker.php' ; // Available extension: .php .cfm .pl
FCKConfig.FirefoxSpellChecker = true ;
Anyone knows what could be the problem?