Separator - MACROMEDIA DREAMWEAVER MX 2004-EXTENDING DREAMWEAVER Manual

Extending dreamweaver
Hide thumbs Also See for DREAMWEAVER MX 2004-EXTENDING DREAMWEAVER:
Table of Contents

Advertisement

If present, indicates that a menu item is to be determined dynamically, by an
dynamic
HTML file; the file contains JavaScript code to set the text and state of the menu item. If
you specify a tag as
isdomrequired
executing the code for this menu item. Valid values are "
you set this attribute to "
makes do not use the Dreamweaver DOM. For information about the DOM, see
"The Dreamweaver Document Object Model," on page
Specifies that the menuitem should appear only if the given Dreamweaver enabler has
showIf
value
. The possible enablers are:
true
_SERVERMODEL_JSP, _SERVERMODEL_CFML
_SERVERMODEL_CFML_UD4
_FILE_TEMPLATE, _VIEW_CODE, _VIEW_DESIGN, _VIEW_LAYOUT,
_VIEW_EXPANDED_TABLES
a comma (which means AND) between the enablers. You can specify NOT with
example, if you want the menu item to appear in Code view but not for a ColdFusion page,
specify the attribute as
Contents
None (empty tag).
Container
This tag must be contained in a
Example
<menuitem name="_New" key="Cmd+N" enabled="true" command="dw.createDocument()"
id="DWMenu_File_New" />
<separator>
Description
Indicates that a separator should appear at the corresponding location in the menu.
Attributes
{app}
The name of the application in which the separator is shown. Not currently used.
app
Contents
None (empty tag).
Container
This tag must be contained in a
Example
<separator />
, you must also specify a
dynamic
Indicates whether to synchronize the Design view and the Code view before
", it means that the changes to the file that this menu item
false
(for UltraDev version 4 of ColdFusion),
, and
_VIEW_STANDARD
showIf="_VIEW_CODE, !_SERVERMODEL_CFML".
tag.
menu
tag.
menu
file
true
67).
_SERVERMODEL_ASP, _SERVERMODEL_ASPNET,
(for all versions of ColdFusion),
. You can specify multiple enablers by placing
attribute.
" (the default) and "
false
Chapter 4,
_SERVERMODEL_PHP,
"!"
About the menus.xml file
". If
. For
149

Advertisement

Table of Contents
loading
Need help?

Need help?

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

This manual is also suitable for:

Dreamweaver mx 2004

Table of Contents