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.
@mozilla.org/editor/editingsession;1
This component implements the following interfaces:
Constants
Properties
readonly PRUint32 nsIEditingSession.editorStatus
Status after editor creation and document loading Value is one of the above error codes
Methods
| Interface | Method |
|---|---|
| nsIEditingSession |
void disableJSAndPlugins ( nsIDOMWindow window )
|
| nsIEditingSession |
nsIEditor getEditorForWindow ( nsIDOMWindow window )
|
| nsISupportsWeakReference |
nsIWeakReference GetWeakReference ( )
|
| nsIEditingSession |
void makeWindowEditable ( nsIDOMWindow window , char* editorType , PRBool doAfterUriLoad , PRBool makeWholeDocumentEditable , PRBool interactive )
|
| nsIWebProgressListener |
void onLocationChange ( nsIWebProgress webProgress , nsIRequest request , nsIURI location )
|
| nsIWebProgressListener |
void onProgressChange ( nsIWebProgress webProgress , nsIRequest request , PRInt32 curSelfProgress , PRInt32 maxSelfProgress , PRInt32 curTotalProgress , PRInt32 maxTotalProgress )
|
| nsIWebProgressListener |
void onSecurityChange ( nsIWebProgress webProgress , nsIRequest request , PRUint32 state )
|
| nsIWebProgressListener |
void onStateChange ( nsIWebProgress webProgress , nsIRequest request , PRUint32 stateFlags , nsresult status )
|
| nsIWebProgressListener |
void onStatusChange ( nsIWebProgress webProgress , nsIRequest request , nsresult status , PRUnichar* message )
|
| nsIEditingSession |
void restoreJSAndPlugins ( nsIDOMWindow window )
|
| nsIEditingSession |
void setEditorOnControllers ( nsIDOMWindow window , nsIEditor editor )
|
| nsIEditingSession |
void setupEditorOnWindow ( nsIDOMWindow window )
|
| nsIEditingSession |
void tearDownEditorOnWindow ( nsIDOMWindow window )
|
| nsIEditingSession |
PRBool windowIsEditable ( nsIDOMWindow window )
|
Reference documentation is generated from Mozilla's source.
