Add selectionAsText and selectionAsHTML attributes

This commit is contained in:
sfraser%netscape.com 1999-06-29 20:13:41 +00:00
parent 7a2069a887
commit 50a54d3f72

View File

@ -36,6 +36,9 @@ interface nsIEditorShell : nsISupports
readonly attribute wstring contentsAsText;
readonly attribute wstring contentsAsHTML;
readonly attribute wstring selectionAsHTML;
readonly attribute wstring selectionAsText;
readonly attribute nsIDOMDocument editorDocument;
readonly attribute nsIDOMSelection editorSelection;