Group Edml File Tags - MACROMEDIA DREAMWEAVER 8-EXTENDING DREAMWEAVER Manual

Extending dreamweaver
Table of Contents

Advertisement

Because of the
tag, the ASP tags
, along with the other content within the tag,
CDATA
<%= %>
aren't processed. Instead, the Extension Data Manager (EDM) receives the uninterpreted text,
as shown in the following example:
<% if (Recordset1.EOF) Response.Redirect("http://www.macromedia.com"); %>
In the following EDML definitions, the locations where the
tag is recommended are
CDATA
indicated in the examples.

Group EDML file tags

These tags and attributes are valid within the EDML group files.
<group>
Description
This tag contains all the specifications for a group of participants.
Parent
None.
Type
Block tag.
Required
Yes.
<group> attributes
The following items are valid attributes of the group tag.
version
Description
This attribute defines which version of Dreamweaver server behavior processing the current
server behavior targets. For Dreamweaver 8, the version number is 7. If no version is specified,
Dreamweaver assumes version 7. For this release of Dreamweaver, all groups and participants
that the Server Behavior Builder creates have the version attribute set to 7.0. The group
version of this attribute currently has no effect.
340
Server Behaviors

Advertisement

Table of Contents
loading

This manual is also suitable for:

Dreamweaver 8

Table of Contents