MACROMEDIA DREAMWEAVER 8-DREAMWEAVER API Reference page 492

Dreamweaver api reference
Table of Contents

Advertisement

The
casesensitive
sensitive. The possible values for the
or
. The value defaults to
true
false
argument is a
casesensitive
that the user types exactly matches the pattern that the pattern attribute specifies. If
is a
casesensitive
the text is uppercase.
Returns
Nothing.
Example
The following example of the
name pattern
out.newLine()
and makes it active only for
dw.codeHints.addFunction(
"CodeHints_Object_Methods",
"out.newLine()",
"JSP")
dreamweaver.codeHints.resetMenu()
Availability
Dreamweaver MX.
Description
Resets the specified menu tag or function tag to its state immediately after Dreamweaver reads
the CodeHints.xml file. In other words, a call to this function erases the effect of previous calls
to the
and
addMenu()
Arguments
menuGroupId, pattern, {doctypes}
The
menuGroupId
The
argument is a string that specifies the pattern attribute for the new
pattern
tag to be reset.
function
The
argument, which is optional, specifies that this menu is active for only
doctypes
certain document types. You can specify the
list of document type IDs. For a list of Dreamweaver document types, see the
Dreamweaver Configuration/Documenttypes/MMDocumentTypes.xml file.
492
Code
argument, which is optional, specifies whether the pattern is case-
casesensitive
false
value, the Code Hints menu appears only if the text
true
value, the menu appears even if the pattern is lowercase and
false
dw.codeHints.addFunction()
to the Code Hints menu group
document types:
JSP
functions.
addFunction()
argument is the ID string attribute of a
argument are the Boolean values
if you omit this argument. If the
function adds the function
CodeHints_Object_Methods
menugroup
argument as a comma-separated
doctypes
tag.
or
menu

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

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

Subscribe to Our Youtube Channel

This manual is also suitable for:

Dreamweaver 8

Table of Contents