WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.

nsIDOMXULPopupElement

IID:c32390a8-2bd8-4d1b-bf9f-1b1d0a944d19
Inherits From:nsIDOMXULElement

Constants

PRUint16 BEFORE_START = 1
PRUint16 BEFORE_END = 2
PRUint16 AFTER_START = 3
PRUint16 AFTER_END = 4
PRUint16 START_BEFORE = 5
PRUint16 START_AFTER = 6
PRUint16 END_BEFORE = 7
PRUint16 END_AFTER = 8
PRUint16 OVERLAP = 9
PRUint16 AT_POINTER = 10
PRUint16 AFTER_POINTER = 11

Properties

DOMString position


Methods

void hidePopup ( ) void showPopup ( PRUint16 alignment , nsIDOMElement target , nsIDOMElement anchor )

void hidePopup ( )


void showPopup ( PRUint16 alignment , nsIDOMElement target , nsIDOMElement anchor )

Arguments:
alignment
target
anchor

Reference documentation is generated from Mozilla's source.