popupset

Table of contents

  1. 1. Examples
  2. 2. Attributes
  3. 3. Properties
  4. 4. Methods
  5. 5. Related
Table of contents
  1. 1. Examples
  2. 2. Attributes
  3. 3. Properties
  4. 4. Methods
  5. 5. Related
« XUL Reference home    [ Examples | Attributes | Properties | Methods | Related ]

A container for menupopup , panel and tooltip elements. This element is optional; the given elements need not appear in a popupset container.

More information is available in the XUL tutorial.

Examples

Image:XUL_ref_popup.png
<popupset>
  <menupopup id="clipmenu">
    <menuitem label="Cut"/>
    <menuitem label="Copy"/>
    <menuitem label="Paste"/>
  </menupopup>
</popupset>
<label value="Right click for popup" context="clipmenu"/>

Related

Elements
popup , menupopup

Tags (2)

Edit tags

Attachments (0)

 

Attach file