<menubar>
Description
Provides information about a menu bar in the Adobe Dreamweaver menu structure.
Attributes
name, {app}, id, {platform}nameThe name of the menu bar. Althoughnameis a required attribute, you can give it the value "".appThe name of the application in which the menu bar is available. Not currently used.idThe menu ID for the menu bar. Each menu ID in the menus.xml file should be unique.platformIndicates 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>