MACROMEDIA DREAMWEAVER 8-EXTENDING DREAMWEAVER Manual page 183

Extending dreamweaver
Table of Contents

Advertisement

The menu ID for the menu bar. Each menu ID in the menus.xml file should be
id
unique.
Indicates that the menu bar should appear only on the given platform. Valid
platform
values are
"win"
and
Contents
This tag must contain one or more
Container
None.
Example
The main (Document window) menu bar uses the following menubar tag:
<menubar name="Main Window" id="DWMainWindow">
<!-- menu tags here -->
</menubar>
<menu>
Description
Provides information about a menu or submenu to appear in the Dreamweaver menu
structure.
Attributes
name, {app}, id, {platform}, {showIf}
The name of the menu as it will appear on the menu bar. To set the menu's access
name
key (mnemonic) in Windows, use an underscore (_) before the access letter. The
underscore is automatically removed on the Macintosh.
The name of the application in which the menu is available. Not currently used.
app
The menu ID for the menu. Every ID in the file should be unique.
id
Indicates that the menu should appear only on the given platform. Valid values
platform
are
"win"
and
"mac"
.
"mac"
tags.
menu
.
About the menus.xml file
183

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the DREAMWEAVER 8-EXTENDING DREAMWEAVER and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

This manual is also suitable for:

Dreamweaver 8

Table of Contents