A container that usually contains menu elements. On the Macintosh, the menubar is displayed along the top of the screen, and all non-menu related elements inside the menubar will be ignored.
Attributes:
Attributes inherited from XUL Element
This should be set to a letter that is used as a shortcut key. This letter should be one of the characters that appears in the label text for the menubar. This letter will typically be drawn underlined, although this behavior will be platform and skin specific. When the user presses ALT (or a similar key that varies on each platform) and the access key, the menubar will be activated from anywhere in the window.
Set to an id of a command element that is being observed by the element.
If the label of the menubar is too small to fit in its given space, the text will be cropped on the side specified by the crop attribute. An ellipsis will be placed in place of the cropped text. If the box direction is right to left (rtl), the cropping is reversed.
If this attribute is set to true, the menubar is disabled. This is usually drawn with the text in grey. If the menubar is disabled, the function of the button cannot be performed. The value may also be set to false for a regular active button. If this attribute is left out entirely, the button is enabled.
The URL of the image to appear on the menubar. If this is attribute is left out, no image appears. The position of the image is determined by the dir and orient attributes.
The label that will appear on the menubar. If this is left out, no text appears.
Properties and Methods:
Properties and Methods inherited from XUL Element
This should be set to a letter that is used as a shortcut key. This letter should be one of the characters that appears in the label text for the menubar. This letter will typically be drawn underlined, although this behavior will be platform and skin specific. When the user presses ALT (or a similar key that varies on each platform) and the access key, the menubar will be activated from anywhere in the window.
Set to an id of a command element that is being observed by the element.
If the label of the menubar is too small to fit in its given space, the text will be cropped on the side specified by the crop attribute. An ellipsis will be placed in place of the cropped text. If the box direction is right to left (rtl), the cropping is reversed.
If this attribute is set to true, the menubar is disabled. This is usually drawn with the text in grey. If the menubar is disabled, the function of the button cannot be performed. The value may also be set to false for a regular active button. If this attribute is left out entirely, the button is enabled.
Executes the associated command.
The URL of the image to appear on the menubar. If this is attribute is left out, no image appears. The position of the image is determined by the dir and orient attributes.
The label that will appear on the menubar. If this is left out, no text appears.