Search completed in 1.12 seconds.
6 results for "nsIEditingSession":
Index - Archive of obsolete content
ArchiveIndex
then simply call nsiwebbrowser->do_getinterface on the nsiwebbrowser to retrieve the nsieditingsession from it.
...nscomptr<nsieditingsession> editingsession; nsiwebbrowser->do_getinterface(getter_addrefs(editingsession)); if (editingsession) editingsession->makewindoweditable(domwindow, "html", pr_tru?e); 430 embedding faq embedding mozilla no summary!
Editor Embedding Guide - Archive of obsolete content
ArchiveMozillaEditor Embedding Guide
then simply call nsiwebbrowser->do_getinterface on the nsiwebbrowser to retrieve the nsieditingsession from it.
...nscomptr<nsieditingsession> editingsession; nsiwebbrowser->do_getinterface(getter_addrefs(editingsession)); if (editingsession) editingsession->makewindoweditable(domwindow, "html", pr_true); the valid editor types are: "text" (similar to notepad or a textarea; does not allow for html) "textmail" (similar to "text" but html can be inserted; intended for plaintext mail usage and handling of citations) "html" (this is ...
editingSession - Archive of obsolete content
ArchiveMozillaXULPropertyeditingSession
« xul reference editingsession type: nsieditingsession the editing session for the editor which is used to initialize the editor.
editor - Archive of obsolete content
ArchiveMozillaXULeditor
editingsession type: nsieditingsession the editing session for the editor which is used to initialize the editor.
Index
MozillaTechXPCOMIndex
577 nsieditordocshell interfaces, interfaces:scriptable, needscontent, xpcom interface reference use nsieditingsession.makewindoweditable() and nsieditingsession.geteditorforwindow() from out side.
nsIEditorDocShell
MozillaTechXPCOMReferenceInterfacensIEditorDocShell
inherits from: nsisupports last changed in gecko 1.7 use nsieditingsession.makewindoweditable() and nsieditingsession.geteditorforwindow() from out side.