MACROMEDIA DREAMWEAVER MX 2004-EXTENDING DREAMWEAVER Manual page 81

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

Advertisement

The
casesensitive
values for the
casesensitive
list that you specify for the
the pattern is case-sensitive for some document types but not for others. The value defaults to
if you omit this attribute. If the
false
Hints menu will open only if the text that the user types exactly matches the pattern that the
pattern attribute specifies. If the
appears even if the pattern is lowercase and the text is uppercase.
Contents
The
tag.
menuitem
Container
The
tag.
menugroup
Example
<menu pattern="CGI." doctypes="ColdFusion">
<menuitem>
Description
This tag specifies the text for an item in a Code Hints pop-up menu. The
specifies the value to insert into the text when you select the item.
Attributes
{
label, value
icon
The
attribute is the string that Dreamweaver displays in the pop-up menu.
label
The
attribute is the string that Dreamweaver inserts in the document when you select
value
the menu item. When the user selects the item from the menu and presses Enter or Return,
Dreamweaver replaces all the text that the user typed since the menu opened. The user typed
the pattern-matching characters before the menu opened, so Dreamweaver does not insert
them again. For example, if you want to insert
(&), you can define the following
<menu pattern="&amp;">
<menuitem label="&amp;amp;" value="amp;" texticon="&amp;"/>
The value attribute does not include the ampersand (&) character because the user typed it
before the menu opened.
The
attribute, which is optional, specifies the path to an image file that Dreamweaver
icon
displays as an icon to the left of the menu text. The location is expressed as a URL, relative to
the Configuration folder.
The
attribute, which is optional, specifies a text string to appear in the icon area
texticon
instead of an image file. This attribute is used for the HTML Entities menu.
Contents
None.
attribute specifies whether the pattern is case-sensitive. The possible
attribute are
attribute. The list of document types lets you specify that
doctypes
casesensitive
casesensitive
}, {
}
texticon
and
menu
,
, or a subset of the comma-separated
true
false
attribute is a value of
attribute is a value of
, which is the HTML entity for ampersand
&amp
tags:
menuitem
, the Code
true
, the menu
false
tag also
menuitem
Code Hints
81

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