DO NOT EDIT THE CONTENT OF THIS PAGE DIRECTLY, UNLESS YOU KNOW WHAT YOU'RE DOING.
		THE STRUCTURE OF THE CONTENT IS VITAL IN BEING ABLE TO EXTRACT CHANGES FROM THE PAGE AND MERGE THEM BACK INTO SERVOY SOURCE

This plugin is a wrapper around the RapidSpell library offered by Keyoti.

Servoy ships with the English dictionary. For available additional languages, see http://keyoti.com/products/rapidspell/dictionaries.html.

Purchase of additional language dictionaries requires the license details for the library. Contact Servoy Sales for more information.

Method Summary
void
#checkTextComponent(textComponent)
Spellcheck the form element/component.

Method Details
checkTextComponent
void
checkTextComponent
(textComponent)
Spellcheck the form element/component.
Parameters
textComponent
Returns
void
Sample
plugins.spellcheck.checkTextComponent(forms.actionDetails.elements.actionText);