search

goog.ui.AbstractSpellChecker

Provided By
Extends
All Implemented Interfaces
All Known Direct Subclasses

Abstract base class for spell checker editor implementations. Provides basic functionality such as word lookup and caching.

new AbstractSpellChecker( spellCheck, opt_domHelper )

Parameters
spellCheck(goog.spell.SpellCheck|null)

Instance of the SpellCheck support object to use. A single instance can be shared by multiple editor components.

opt_domHelper(goog.dom.DomHelper|null)=

Optional DOM helper.

Instance Methods

Instance Properties

Enumerations