<menugroup>
Description
Each
tag corresponds to a type of menu. You can see the menu types that
menugroup
Dreamweaver defines by selecting the Code Hints category from the Preferences dialog box.
Select Preferences from the Edit menu to display the Preferences dialog box.
You can create a new menu group or add to an existing group. Menu groups are logical
collections of menus that the user might want to enable or disable using the Preferences dialog
box.
Attributes
name, enabled, id
The
attribute is the localized name that appears in the list of menu groups in the
name
Code Hints category of the Preferences dialog box.
The
attribute indicates whether the menu group is currently checked or enabled.
enabled
A menu group that is enabled appears with a check mark next to it in the Code Hints
category of the Preferences dialog box. Assign a
value to disable a menu group.
false
The
attribute is a nonlocalized identifier that refers to the menu group.
id
Contents
The
,
description
menu
Container
The
tag.
codehints
Example
"
<menugroup name=
<description>
Description
The
tag contains text that Dreamweaver displays when you select the menu
description
group from the Preferences dialog box. The description text displays below the list of menu
groups. The description text might optionally contain a single
must be a JavaScript URL that Dreamweaver executes if the user clicks the link. Use the XML
CDATA construct to enclose any special or illegal characters in the string so that
Dreamweaver treats them as text.
58
Customizing Code View
, and
tags.
function
Session Variables
value to enable the menu group or a
true
"
"
"
enabled=
true
id=
a
"
Session_Code_Hints
tag where the
attribute
href
"
>
Need help?
Do you have a question about the DREAMWEAVER 8-EXTENDING DREAMWEAVER and is the answer not in the manual?