Paramname, Delete, Delete> attributes – Adobe Extending Dreamweaver CS4 User Manual
Page 282: Deletetype

276
EXTENDING DREAMWEAVER CS4
Server behaviors
paramName
Description
This attribute indicates the name of the parameter whose value is used to update the participant. This parameter
should match the ones that are specified in the insertion text and search parameters.
Parent
updatePattern
Type
Attribute.
Required
Yes.
Values
The value is the exact name of a parameter that is used in the insertion text. In the following example, if the insertion
text contains an
@@rs@@
value, you should have a parameter with that name:
Description
This tag is an optional advanced feature that lets you control how to delete a participant. Without this tag, the
participant is deleted by removing it completely but only if no server behaviors refer to it. By specifying a
delete
tag,
you can specify that it should never be deleted or that only portions should be deleted.
Parent
implementation
Type
Tag.
Required
No.
The following items are valid attributes of the
delete
tag.
deleteType
Description
This attribute is used to indicate the type of delete to perform. It has different meanings, depending on whether the
participant is a directive, a tag, or an attribute. By default, the entire participant is deleted.