MACROMEDIA DREAMWEAVER MX 2004-EXTENDING DREAMWEAVER Manual page 264

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

Advertisement

Value
The exact name of a data source file within a Configuration/DataSources folder, as shown in the
following example:
<group serverBehavior="Repeat Region.htm" ¬
dataSource="myCOMdataSource.htm">
This group defines a new implementation of the Repeat Region server behavior to use if you use
the COM data source. In the
group should be applied by setting the
shown in the following example:
function applyServerBehavior(ssRec) {
var paramObj = new Object();
paramObj.rs = getComObjectName();
paramObj.MM_dataSource = "myCOMdataSource.htm";
dwscripts.applySB(paramObj, sbObj);
}
subType
Description
This advanced feature supports multiple implementations of a server behavior.
Multiple versions of a server behavior might differ, depending on user selection. When a server
behavior is applied, but multiple group files are relevant, the correct group file can be selected by
passing in a
subType
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">
264
Chapter 15: Server Behaviors
applyServerBehaviors()
MM_dataSource
value. The group with that specific
function, you can indicate that this
property on the parameter object, as
value is applied.
subType

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