MACROMEDIA DREAMWEAVER 8-EXTENDING DREAMWEAVER Manual page 354

Extending dreamweaver
Table of Contents

Advertisement

The
value searches only within the HTML comments
comment
following example:
<searchPatterns whereToSearch="comment">
This example searches tags such as
The
value searches only within raw text sections, as shown in the following example:
text
<searchPatterns whereToSearch="text">
<searchPattern>XYZ</searchPattern>
</searchPatterns>
This example finds a text node that contains the text
<searchPattern>
Description
This tag is a pattern that identifies participant text and extracts parameter values from it. Each
parameter subexpression must be enclosed in parentheses ().
You can have patterns with no parameters (which are used to identify participant text),
patterns with one parameter, or patterns with many parameters. All non-optional patterns
must be found, and each parameter must be named and found exactly once.
For more information about using the
on page
369.
Parent
searchPatterns
Type
Block tag.
Required
Yes.
Values
,
searchString
/regularExpression/
The
searchString
to extract parameters.
The
/regularExpression/
354
Server Behaviors
<!-- my comment here -->
searchPattern
,
<empty>
value is a simple search string that is case-sensitive. It cannot be used
value is a regular expression search pattern.
<! ... >
.
.
XYZ
tag, see
"Finding server behaviors"
, as shown in the

Advertisement

Table of Contents
loading
Need help?

Need help?

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

This manual is also suitable for:

Dreamweaver 8

Table of Contents