search

goog.editor.ContentEditableField

Provided By
Extends
All Implemented Interfaces

This class encapsulates an editable field that is just a contentEditable div.

To see events fired by this object, please see the base class.

new ContentEditableField( id, opt_doc )

Parameters
idstring

An identifer for the field. This is used to find the field and the element associated with this field.

opt_doc(Document|null)=

The document that the element with the given id can be found in.

Instance Methods

Instance Properties