Adobe 38040334 - Dreamweaver CS3 User Manual page 273

Extending dreamweaver
Hide thumbs Also See for 38040334 - Dreamweaver CS3:
Table of Contents

Advertisement

Type
Attribute.
Required
Yes.
Values
,
directive
tag+tagName
• The
value searches all server directives (server-specific tags). For ASP and JSP, this means search all
directive
script blocks.
<% ... %>
Note: Tag attributes are not searched, even if they contain directives.
• The
value searches the contents of a specified tag, as shown in the following example:
tag+tagName
<searchPatterns whereToSearch="tag+FORM">
This example searches only form tags. By default, the entire
type after a slash (/). In the following example, to search all submit buttons, use the following code:
<searchPatterns whereToSearch="tag+INPUT/SUBMIT">.
• The
value searches the contents of any tag, as shown in the following example:
tag+*
<searchPatterns whereToSearch="tag+*">
This example searches all tags.
• The
value searches only within the HTML comments
comment
<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 subex-
pression 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
Parent
searchPatterns
,
,
,
tag+*
comment
text
<!-- my comment here -->
searchPattern
node is searched. For
outerHTML
, as shown in the following example:
<! ... >
.
.
XYZ
tag, see "Finding server behaviors" on page 279.
DREAMWEAVER CS3
Extending Dreamweaver
tags, specify the
INPUT
267

Advertisement

Table of Contents
loading

This manual is also suitable for:

Dreamweaver cs3

Table of Contents