I've got Aspell & PHP installed and have changed the
fckconfig.js line to :
FCKConfig.SpellChecker = 'SpellerPages' ;
also have set toolbarsets to use 'SpellChecker' but just get a popup warning 'Unknown toolbar item 'SpellChecker' each time I load the page with the editor.
What have I missed?
fckconfig.js line to :
FCKConfig.SpellChecker = 'SpellerPages' ;
also have set toolbarsets to use 'SpellChecker' but just get a popup warning 'Unknown toolbar item 'SpellChecker' each time I load the page with the editor.
What have I missed?
RE: [2.0 RC3] SpellChecker - toolbar error
RE: [2.0 RC3] SpellChecker - toolbar error
Don't get why this only works with 'SpellCheck' if you have to change the
FCKConfig.SpellCheck = 'SpellerPages' ;
line too?