I still haven't figured this out yet, and none of this is verified, but I'm putting together the information I've found on the forums, in hopes that someone else may correct the information and evenaulty have a nice how-to soon.
1. Install the following libraries.
2. Install Text::Aspell using cpan.
3. Modify configuration file to include reference to the dictionaries:
#cd /data/WebGUI/etc
#gedit www.mywebsite.com.conf
"availableDictionaries" : [
{
"id" : "en",
"name" : "English",
"default" : "1"
}
],
4. modify the 'Forum Rich Edit' Template from the WebGUI Asset manager (i.e. Root > Import Node > RichEdit > Forum Rich Edit ) to include 'Server Side Spell Checker' by clicking the appropriate check box in the properties.
5. add it to the content managers rich edit: assets->root ->import node-> richedit -> Content managers Rich edit and add Spellcheck.
another user commented that aspell doens't work with tinymce. I haven't verified this.
You can add other languages to tinymce. Available language packs can be found here: http://services.moxiecode.com/i18n/. On this page is explained how to contribute as well.
Currently version 3 (3.05) of TinyMCE is used in WebGUI 7.5.21. Their documentation can be found here: tinymce.moxiecode.com.
ieSpell v2.2.0 build 647 seems to support other languages (http://www.iespell.com/). Commercial use requires license ($$). To enable this in webgui:
you can use ietab plugin
Xinha Here: WYSIWYG in browser: https://addons.mozilla.org/firefox/1449/
Says it works nicely with spellbound:
http://spellbound.sourceforge.net/
EDIT: Spellbound won't install on 1.5.0.3 Oops. Aspell is likely to work: https://addons.mozilla.org/firefox/1022/
Keywords: spellchecker