Closure Library API Documentation
Go to class or file:
abstractspellchecker.js
No description.
Useful links
Source Code
Git
File Location
/goog/ui/abstractspellchecker.js
Classes
goog.ui.AbstractSpellChecker
Abstract base class for spell checker editor implementations. Provides basic functionality such as word lookup and caching.
Public
Protected
Private
Enumerations
Global Functions
goog.ui.AbstractSpellChecker.
getNextId
()
⇒
number
No description.
Returns:
number
The next unique instance ID for a misspelled word.
code »
goog.ui.AbstractSpellChecker.
toInternalKey_
(
word
)
⇒
string
Converts a word to an internal key representation. This is necessary to avoid collisions with object's internal namespace. Only words that are reserved need to be escaped.
Arguments:
word
:
string
The word to map.
Returns:
string
The index.
code »
Directory ui
File Reference