Searchpatterns - MACROMEDIA DREAMWEAVER MX 2004-EXTENDING DREAMWEAVER Manual

Extending dreamweaver
Hide thumbs Also See for DREAMWEAVER MX 2004-EXTENDING DREAMWEAVER:
Table of Contents

Advertisement

Required
This attribute is required only if the insert location contains the word
Value
The
tagtype__Tag
parameter object to the
into a form, you might use a
applyServerBehavior()
form to update, as shown in the following example:
function applyServerBehavior(ssRec) {
var paramObj = new Object();
paramObj.rs = getRecordsetName();
paramObj.form__tag = getFormNode();
dwscripts.applySB(paramObj, sbObj);
}
You can indicate the
following example:
<insertText location="lastChildOfNode" nodeParamName="form__tag">
<![CDATA[<input type="hidden" name="MY_DATA">]]>
</insertText>
The text is inserted as the
property of the parameter object.
form__tag
<searchPatterns>
Description
This tag provides information about finding the participant text in the document, and it contains
a list of patterns that are used when searching for a participant. If multiple search patterns are
defined, they must all be found within the text being searched (the search patterns have a logical
AND relationship), unless they are marked as optional using the
Parent
implementation
Type
Block tag.
Required
No.
272
Chapter 15: Server Behaviors
value is a user-specified name for the node parameter that passes with the
dwscripts.applySB()
parameter. In your server behavior
form__tag
function, you could use the
node parameter in your EDML file, as shown in the
form__tag
lastChildOfNode
function. For example, if you insert some text
parameter to indicate the exact
form__tag
value, and the specific node passes in using the
isOptional
.
node
flag.

Advertisement

Table of Contents
loading
Need help?

Need help?

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

This manual is also suitable for:

Dreamweaver mx 2004

Table of Contents