nsIEditorDocShell provides a way to get an editor from a specific frame in a docShell hierarchy.
More...
import "nsIEditorDocShell.idl";
List of all members.
Detailed Description
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.
Member Function Documentation
| void nsIEditorDocShell::makeEditable |
( |
in boolean |
inWaitForUriLoad |
) |
|
Make this docShell editable, setting a flag that causes an editor to get created, either immediately, or after a url has been loaded.
- Parameters:
-
| inWaitForUriLoad | true to wait for a URI before creating the editor. |
Member Data Documentation
The documentation for this interface was generated from the following file: