MACROMEDIA DREAMWEAVER 8-EXTENDING DREAMWEAVER Manual page 343

Extending dreamweaver
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
also have a version with the
applyServerBehaviors()
setting the
MM_subType
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.
subType="shortVersion"
function, you can indicate which group should be applied by
property on the parameter object, as shown in the following example:
subtype. You would
myServerBehavior
attribute. In the
Group EDML file tags
343

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