The
casesensitive
values for the
casesensitive
separated list that you specify for the
you specify that the pattern is case-sensitive for some document types but not for others.
The value defaults to
value of
, the Code Hints menu will open only if the text that the user types exactly
true
matches the pattern that the pattern attribute specifies. If the
a value of
, the menu appears even if the pattern is lowercase and the text is
false
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
value
select 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
entity for ampersand (&), you can define the following
<menu pattern="&">
<menuitem label="&amp;" value="amp;" texticon="&"/>
The value attribute does not include the ampersand (&) character because the user typed
it before the menu opened.
60
Customizing Code View
attribute specifies whether the pattern is case-sensitive. The possible
attribute are
doctypes
if you omit this attribute. If the
false
}, {
}
texticon
,
, or a subset of the comma-
true
false
attribute. The list of document types lets
casesensitive
casesensitive
&
and
menu
attribute is a
attribute is
tag also
menuitem
, which is the HTML
tags:
menuitem
Need help?
Do you have a question about the DREAMWEAVER 8-EXTENDING DREAMWEAVER and is the answer not in the manual?