Added attribute for document modification state

This commit is contained in:
sfraser%netscape.com 1999-07-14 22:30:55 +00:00
parent 7a2849e934
commit 874ba8c8df

View File

@ -36,6 +36,15 @@ interface nsIEditorShell : nsISupports
readonly attribute nsIDOMDocument editorDocument;
readonly attribute nsIDOMSelection editorSelection;
%{C++
enum {
eDocumentStatusUnmodified,
eDocumentStatusModified
};
%}
readonly attribute long documentStatus;
attribute wstring paragraphFormat;
attribute long wrapColumn;