Child pages
  • spellcheck
Skip to end of metadata
Go to start of metadata

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);
  • No labels