WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.

nsIEditorDocShell

IID:3BDB8F01-F141-11D4-A73C-FBA4ABA8A3FC
Inherits From:nsISupports

nsIEditorDocShell provides a way to get an editor from a specific frame in a docShell hierarchy. It is intended to be only used internally. Use nsIEditingShell.getEditorForFrame from out side.

This interface is implemented by the following components:


Properties

readonly PRBool editable

nsIEditor editor

readonly PRBool hasEditingSession


Methods

void makeEditable ( PRBool inWaitForUriLoad )

void makeEditable ( PRBool inWaitForUriLoad )

Make this docShell editable, setting a flag that causes an editor to get created, either immediately, or after a url has been loaded.

Arguments:
inWaitForUriLoad: true to wait for a URI before creating the editor.

Reference documentation is generated from Mozilla's source.