Html WYSIWYG text editors provide a user friendly interface for creating and editing textual documents, similar to MS Word. Intregal to this is the ability to offer spell checking to end users which in many cases either is not supported or lacks advanced features.
RapidSpell Web provides advanced spell checking features for 3rd party textboxes (Html & Rich text boxes) such as TinyMCE, CKEditor, RadEditor and many more. Developers can now add a powerful spell checker to their text editors quickly and easily.
To add static inline spell checking to 3rd party textboxes, setup spell checking as usual but launch the spell checker using rapidSpell.ayt_spellCheck('text box id'), where the text box id is the ID of the editable element.
Dialog spell checking can be setup by launching the spell checker using rapidSpell.dialog_spellCheck('text box id'), where the text box id is the ID of the editable element.