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

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Next »


Constants Summary
String DUTCH
Constant for specifying the Dutch language.
String ENGLISH
Constant for specifying the English language.
String GERMAN
Constant for specifying the German language.
String ITALIAN
Constant for specifying the Italian language.
String SPANISH
Constant for specifying the Spanish language.

Constants Details
DUTCH
Constant for specifying the Dutch language.
Returns
Sample
plugins.spellcheck.checkTextComponent('textInDutch', plugins.spellcheck.LANGUAGES.DUTCH);
ENGLISH
Constant for specifying the English language.
Returns
Sample
plugins.spellcheck.checkTextComponent('textInEnglish', plugins.spellcheck.LANGUAGES.ENGLISH);
GERMAN
Constant for specifying the German language.
Returns
Sample
plugins.spellcheck.checkTextComponent('textInGerman', plugins.spellcheck.LANGUAGES.GERMAN);
ITALIAN
Constant for specifying the Italian language.
Returns
Sample
plugins.spellcheck.checkTextComponent('textInItalian', plugins.spellcheck.LANGUAGES.ITALIAN);
SPANISH
Constant for specifying the Spanish language.
Returns
Sample
plugins.spellcheck.checkTextComponent('textInSpanish', plugins.spellcheck.LANGUAGES.SPANISH);

  • No labels