Adobe 38040334 - Dreamweaver CS3 User Manual page 264

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

Advertisement

Required
No.
Value
The value is the exact name (without a path) of any server behavior HTML file within a
Configuration/ServerBehaviors folder, as shown in the following example:
<group serverBehavior="redirectIfEmpty.htm">
dataSource
Description
This advanced feature supports new data sources that can be added to Dreamweaver.
Multiple versions of a server behavior can differ, depending on which data source you use. For example, the Repeat
Region server behavior is designed for the standard Recordset.htm data source. If Dreamweaver is extended to
support a new type of data source (such as a COM object), you can set
a different implementation of Repeat Region. The Repeat Region server behavior then applies the new implemen-
tation of Repeat Region if you select the new data source.
Parent
group
Type
Attribute.
Required
No.
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
applyServerBehaviors()
property on the parameter object, as shown in the following example:
MM_dataSource
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
with that specific
subType
function, you can indicate that this group should be applied by setting the
value is applied.
in a group file with
dataSource="COM.htm"
subType
DREAMWEAVER CS3
258
Extending Dreamweaver
value. The group

Advertisement

Table of Contents
loading

This manual is also suitable for:

Dreamweaver cs3

Table of Contents