Adobe 38040334 - Dreamweaver CS3 User Manual page 265

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

Advertisement

Parent
group
Type
Attribute.
Required
No.
Value
The value is a unique string that determines which group to apply, as shown in the following example:
<group serverBehavior="myServerBehavior.htm" subType="longVersion">
This group attribute defines the long version of the
the
subType="shortVersion"
group should be applied by setting the
example:
function applyServerBehavior(ssRec) {
var paramObj = new Object();
if (longVersionChecked) {
paramObj.MM_subType = "longVersion";
} else {
paramObj.MM_subType = "shortVersion";
}
dwscripts.applySB(paramObj, sbObj);
}
<title>
Description
This string appears in the Server Behaviors panel for each server behavior instance that is found in the current
document.
Parent
group
Type
Block tag.
Required
No.
Value
The value is a plain text string that can include argument names to make each instance unique, as shown in the
following example:
<title>Redirect If Empty (@@recordsetName@@)</title>
myServerBehavior
attribute. In the
applyServerBehaviors()
property on the parameter object, as shown in the following
MM_subType
subtype. You would also have a version with
function, you can indicate which
DREAMWEAVER CS3
259
Extending Dreamweaver

Advertisement

Table of Contents
loading

This manual is also suitable for:

Dreamweaver cs3

Table of Contents