MACROMEDIA DREAMWEAVER 8-EXTENDING DREAMWEAVER Manual page 353

Extending dreamweaver
Table of Contents

Advertisement

<searchPatterns> attributes
The following items are valid attributes of the searchPatterns tag.
whereToSearch
Description
This attribute specifies where to search for the participant text. This attribute is related to the
insert location, so be sure to set each attribute carefully (see
Parent
searchPatterns
Type
Attribute.
Required
Yes.
Values
,
directive
tag+tagName
The
value searches all server directives (server-specific tags). For ASP and JSP,
directive
this means search all
Tag attributes are not searched, even if they contain directives.
The
tag+tagName
following example:
<searchPatterns whereToSearch="tag+FORM">
This example searches only form tags. By default, the entire
For
tags, specify the type after a slash (/). In the following example, to search all
INPUT
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.
,
,
tag+*
comment
script blocks.
<% ... %>
value searches the contents of a specified tag, as shown in the
"location" on page
,
text
outerHTML
349).
node is searched.
Participant EDML files
353

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?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Dreamweaver 8

Table of Contents