public static class WidgetUtil.TinyMceSpellChecker
extends java.lang.Object
Constructor and Description |
---|
WidgetUtil.TinyMceSpellChecker() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String[] |
checkWords(java.lang.String lang,
java.lang.String[] words)
Check an array of words and returns the badly spelled words
|
static java.lang.String[] |
getSuggestions(java.lang.String lang,
java.lang.String word)
Retrieve an array of spell suggestions for the specified word
|
public static java.lang.String[] checkWords(java.lang.String lang, java.lang.String[] words)
lang
- the language of the words to checkwords
- the words to checkpublic static java.lang.String[] getSuggestions(java.lang.String lang, java.lang.String word)
lang
- the language of the wordword
- the word for which suggestion are to be returnedCopyright © 2001-2010 Jalios SA. All Rights Reserved.