Specifications

Chapter 14162
Type
Attribute.
Required
No.
Value
A unique string that determines which group to apply, as shown in the following example:
<group serverBehavior="myServerBehavior.htm" ¬
subType="longVersion">
This group defines a the long version of myServerBehavior. You would also have a version with
subType="shortVersion". In applyServerBehaviors(), you can indicate which group should
be applied by setting the
MM_subType property on the parameter object, as shown in the
following example:
function applyServerBehavior(ssRec) {
var paramObj = new Object();
if (longVersionChecked) {
paramObj.MM_subType = "longVersion";
} else {
paramObj.MM_subType = "shortVersion";
}
dwscripts.applySB(paramObj, sbObj);
}
EDML Tag: title
Description
The string that 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
A plain text string that can include parameter names to make each instance unique, as shown in
the following example:
<title>Redirect If Empty (@@recordsetName@@)</title>
EDML Tag: groupParticipants
Description
Contains an array of groupParticipant declarations.
Parent
group