<menubar>

Description

Provides information about a menu bar in the Adobe Dreamweaver menu structure.

Attributes

name, {app}, id, {platform}
  • name The name of the menu bar. Although name is a required attribute, you can give it the value "".
  • app The name of the application in which the menu bar is available. Not currently used.
  • id The menu ID for the menu bar. Each menu ID in the menus.xml file should be unique.
  • platform Indicates that the menu bar should appear only on the given platform. Valid values are "win" and "mac".

Contents

This tag must contain one or more menu tags.

Container

None.

Example

The main (Document window) menu bar uses the following menubar tag:

<menubar name="Main Window" id="DWMainWindow"><!-- menu tags here --></menubar>