The goog.editor Namespace

.BrowserFeature {Object}

Maps browser quirks to boolean values, detailing what the current browser supports.

The goog.editor.ClickToEditWrapper Class

Initialize the wrapper, and begin listening to mouse events immediately. … more

The goog.editor.Command Enum

Commands that the editor can excute via execCommand or queryCommandValue. … more

The goog.editor.ContentEditableField Class

This class encapsulates an editable field that is just a contentEditable div. To see events fired by this object, please see the base class. … more

The goog.editor.Field Class

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 … more

Wrap an editable link. … more

The goog.editor.Plugin Class

Abstract API for trogedit plugins. … more

The goog.editor.SeamlessField Class

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. … more

The goog.editor.Table Class

Class providing high level table editing functions. … more

The goog.editor.TableCell Class

Class representing a table cell, which may span across multiple rows and columns … more

The goog.editor.TableRow Class

Class representing a logical table row: a tr element and any cells that appear in that row. … more

The goog.editor.defines Namespace

… more

.field_test

The goog.editor.focus Namespace

… more

The goog.editor.icontent Namespace

… more

The goog.editor.node Namespace

… more

The goog.editor.plugins Namespace

… more

The goog.editor.range Namespace

… more

.seamlessfield_test

The goog.editor.style Namespace

… more