XUL:popupset
From MDC
« XUL Reference home [ Examples | Attributes | Properties | Methods | Related ]
A container for menupopup, panel and tooltip elements. This element is optional and should only be used by a application to provide a container for overlays to include popups.
More information is available in the XUL tutorial.
[edit] Examples
<popupset>
<popup id="clipmenu">
<menuitem label="Cut"/>
<menuitem label="Copy"/>
<menuitem label="Paste"/>
</popup>
</popupset>
<label value="Right click for popup" context="clipmenu"/>
[edit] Attributes
|
Inherited from XUL element |
[edit] Properties
|
Inherited from XUL element Inherited from DOM element |
[edit] Methods
|
Inherited from XUL element Inherited from DOM element |
