Add left, top, persist, ref, and datasources attributes to nsIDOMXULElement per XUL1.0 spec.

Part of fix for 95401 - implement resizable popups.
r=jag, sr=hyatt
This commit is contained in:
ben%netscape.com 2001-09-10 07:31:38 +00:00
Родитель 40e2bdf1a2
Коммит 74d7b3edff
1 изменённых файлов: 13 добавлений и 0 удалений

Просмотреть файл

@ -65,7 +65,20 @@ interface nsIDOMXULElement : nsIDOMElement
attribute DOMString minHeight;
attribute DOMString maxWidth;
attribute DOMString maxHeight;
// Persistence
attribute DOMString persist;
// Position properties for
// * popups - these are screen coordinates
// * other elements - these are client coordinates relative to parent stack.
attribute DOMString left;
attribute DOMString top;
// XUL Template Builder
attribute DOMString datasources;
attribute DOMString ref;
// Tooltip and status info
attribute DOMString tooltipText;
attribute DOMString statusText;