DO NOT EDIT THE CONTENT OF THIS PAGE DIRECTLY (EXCEPT INSIDE THE DIV BELOW WITH ID=DESCRIPTION), UNLESS YOU KNOW WHAT YOU'RE DOING.
THE STRUCTURE OF THE CONTENT IS VITAL IN BEING ABLE TO AUTO UPDATE THE CONTENT THROUGH THE DOC GENERATOR.



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

String

Sample

plugins.spellcheck.checkTextComponent('textInDutch', plugins.spellcheck.LANGUAGES.DUTCH);
 

ENGLISH

Constant for specifying the English language.

Returns

String

Sample

plugins.spellcheck.checkTextComponent('textInEnglish', plugins.spellcheck.LANGUAGES.ENGLISH);
 

GERMAN

Constant for specifying the German language.

Returns

String

Sample

plugins.spellcheck.checkTextComponent('textInGerman', plugins.spellcheck.LANGUAGES.GERMAN);
 

ITALIAN

Constant for specifying the Italian language.

Returns

String

Sample

plugins.spellcheck.checkTextComponent('textInItalian', plugins.spellcheck.LANGUAGES.ITALIAN);
 

SPANISH

Constant for specifying the Spanish language.

Returns

String

Sample

plugins.spellcheck.checkTextComponent('textInSpanish', plugins.spellcheck.LANGUAGES.SPANISH);