Package com.jalios.jcms.wysiwyg
Class TinyMceSpellChecker
- java.lang.Object
 - 
- com.jalios.jcms.wysiwyg.TinyMceSpellChecker
 
 
- 
public class TinyMceSpellChecker extends java.lang.ObjectProvides spellchecker for TinyMCE editor, through JSON-RPC.- Since:
 - jcms-10.0.0
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static java.lang.StringREVISION 
- 
Constructor Summary
Constructors Constructor Description TinyMceSpellChecker() 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.Map<java.lang.String,java.lang.String[]>spellcheck(java.lang.String lang, java.lang.String[] words)Check an array of words and returns the badly spelled words with suggestions. 
 - 
 
- 
- 
Field Detail
- 
REVISION
public static final java.lang.String REVISION
- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Method Detail
- 
spellcheck
public static java.util.Map<java.lang.String,java.lang.String[]> spellcheck(java.lang.String lang, java.lang.String[] words)Check an array of words and returns the badly spelled words with suggestions.- Parameters:
 lang- the language of the words to checkwords- the words to check- Returns:
 - a map of errors and their suggestions
 
 
 - 
 
 -