editor

Classes

goog.editor.ClickToEditWrapper
Initialize the wrapper, and begin listening to mouse events immediately.
goog.editor.ContentEditableField
This class encapsulates an editable field that is just a contentEditable div. To see events fired by this object, please see the base class.
goog.editor.Field
This class encapsulates an editable field. event: load Fires when the field is loaded event: unload Fires when the field is unloaded (made not editable) event: beforechange Fires before the content of the field might change event: delayedchange Fires a short time after field has changed. If multiple change events happen really close to each other only the last one will trigger the delayedchange event. event: beforefocus Fires before the field becomes active event: focus Fires when the field becomes active. Fires after the blur event event: blur Fires when the field becomes inactive TODO: figure out if blur or beforefocus fires first in IE and make FF match
goog.editor.Link
Wrap an editable link.
goog.editor.Plugin
Abstract API for trogedit plugins.
goog.editor.SeamlessField
This class encapsulates an editable field that blends in with the surrounding page. To see events fired by this object, please see the base class.
goog.editor.Table
Class providing high level table editing functions.
goog.editor.TableCell
Class representing a table cell, which may span across multiple rows and columns
goog.editor.TableRow
Class representing a logical table row: a tr element and any cells that appear in that row.

Public Protected Private

Enumerations

goog.editor.Command :
Commands that the editor can excute via execCommand or queryCommandValue.
Constants:
BACKGROUND_COLOR
No description.
BLOCKQUOTE
No description.
BOLD
No description.
CLEAR_LOREM
No description.
DEFAULT_TAG
No description.
DIR_LTR
No description.
DIR_RTL
No description.
EDIT_HTML
No description.
EMOTICON
No description.
EQUATION
No description.
FONT_COLOR
No description.
FONT_FACE
No description.
FONT_SIZE
No description.
FORMAT_BLOCK
No description.
HORIZONTAL_RULE
No description.
IMAGE
No description.
INDENT
No description.
ITALIC
No description.
JUSTIFY_CENTER
No description.
JUSTIFY_FULL
No description.
JUSTIFY_LEFT
No description.
JUSTIFY_RIGHT
No description.
LINK
No description.
MODAL_LINK_EDITOR
No description.
ORDERED_LIST
No description.
OUTDENT
No description.
REDO
No description.
REMOVE_FORMAT
No description.
STRIKE_THROUGH
No description.
SUBSCRIPT
No description.
SUPERSCRIPT
No description.
TABLE
No description.
UNDERLINE
No description.
UNDO
No description.
UNORDERED_LIST
No description.
UPDATE_LINK_BUBBLE
No description.
UPDATE_LOREM
No description.
USING_LOREM
No description.
Code »

Global Properties

goog.editor.BrowserFeature :
Maps browser quirks to boolean values, detailing what the current browser supports.
Code »
goog.editor.BrowserFeatureTest :
No description.
Code »
goog.editor.ClickToEditWrapperTest :
No description.
Code »
goog.editor.ContentEditableFieldTest :
No description.
Code »
goog.editor.LinkTest :
No description.
Code »
goog.editor.PluginTest :
No description.
Code »
goog.editor.TableTest :
No description.
Code »
goog.editor.defines :
No description.
Code »
goog.editor.field_test :
No description.
Code »
goog.editor.focus :
No description.
Code »
goog.editor.focusTest :
No description.
Code »
goog.editor.icontent :
No description.
Code »
goog.editor.icontentTest :
No description.
Code »
goog.editor.node :
No description.
Code »
goog.editor.nodeTest :
No description.
Code »
goog.editor.plugins :
No description.
Code »
goog.editor.range :
No description.
Code »
goog.editor.rangeTest :
No description.
Code »
goog.editor.seamlessfield_test :
No description.
Code »
goog.editor.style :
No description.
Code »
goog.editor.styleTest :
No description.
Code »

Package editor

Package Reference