mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Add selectionAsText and selectionAsHTML attributes
This commit is contained in:
parent
7a2069a887
commit
50a54d3f72
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user