Zimlet JavaScript API Reference - ZmSpellChecker

Class ZmSpellChecker




Defined in: ZmSpellChecker.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
ZmSpellChecker(parent)
Makes server request to check spelling of given text.
Method Summary
Method Attributes Method Name and Description
 
check(textOrParams, callback, errCallback)
Checks the spelling.
 
Returns a string representation of the object.
Class Detail
ZmSpellChecker(parent)
Makes server request to check spelling of given text. Use this class to check spelling of any text via check method.
Author: Mihai Bazon.
Parameters:
{ZmHtmlEditor} parent
the parent needing spell checking
Method Detail
check(textOrParams, callback, errCallback)
Checks the spelling.
Parameters:
{Object|String} textOrParams
the text to check or an object with "text" and "ignore" properties
{AjxCallback} callback
the callback for success
{AjxCallback} errCallback
the error callback

{String} toString()
Returns a string representation of the object.
Returns:
{String} a string representation of the object

Documentation generated by JsDoc Toolkit 2.3.0 on Tue Jun 28 2016 21:01:40 GMT-0400 (EDT)