Hi,
I'm using (and enjoying myself) with FCKEditor which has great features for building a rich Ajax editor.
To achieve some requirements, we want to embed a spellerpage, quite similar to Word functionnality.
As Aspell seems to be OpenSource and well maintained, I'm trying to use it within my own FCKEditor by writing in my config
FCKConfig.SpellChecker = 'SpellerPages';
FCKConfig.ToolbarSets["Simple"] = [
['Bold','Italic','SpecialChar','-','Find','Replace','-','SpellCheck']
];
and by deploying the aspell/win32 executable (I'm using Tomcat5.5/Eclipse/W32 platform)
Aspell in standalone mode works well
FCKEditor works well, .....except the spellerpage function = I'll see javascript code in the modal window when I click on the "verify text" icon.
In the debuging window of my Firefox, I see "Wordwindow is not defined" but in the fck.jar of my installation /editor/dialog........../WordWindow.js exists...
What is wrong ? Thks for your reply.
I'm using (and enjoying myself) with FCKEditor which has great features for building a rich Ajax editor.
To achieve some requirements, we want to embed a spellerpage, quite similar to Word functionnality.
As Aspell seems to be OpenSource and well maintained, I'm trying to use it within my own FCKEditor by writing in my config
FCKConfig.SpellChecker = 'SpellerPages';
FCKConfig.ToolbarSets["Simple"] = [
['Bold','Italic','SpecialChar','-','Find','Replace','-','SpellCheck']
];
and by deploying the aspell/win32 executable (I'm using Tomcat5.5/Eclipse/W32 platform)
Aspell in standalone mode works well
FCKEditor works well, .....except the spellerpage function = I'll see javascript code in the modal window when I click on the "verify text" icon.
In the debuging window of my Firefox, I see "Wordwindow is not defined" but in the fck.jar of my installation /editor/dialog........../WordWindow.js exists...
What is wrong ? Thks for your reply.