Parent
delete
Type
Attribute.
Required
No.
Values
,
,
,
all
none
tagOnly
The
value (default) deletes the entire directive or tag. For attributes, it deletes the
all
entire definition.
The
value is never automatically deleted.
none
The
value removes only the outer tag but leaves the contents of the
tagOnly
tag intact. For attributes, it also removes the outer tag if it is a block tag. It is meaningless
for directives.
The
value, when applied to tags, removes only the contents (the
innerOnly
tag). For attributes, it removes only the value. It is meaningless for directives.
The
attribute+attribName
attribute. It is meaningless for directives and attributes.
The
attribute+*
and attributes.
If your server behavior converts selected text into a link, you can remove the link by removing
the outer tag only, as shown in the following example:
<delete deleteType="tagOnly"/>
This example changes a link participant from
<translator>
Description
This tag provides information for translating a participant so that it can be rendered
differently and have a custom Property inspector.
Parent
implementation
362
Server Behaviors
,
innerOnly
attribute+attribName
value, when applied to tags, removes only the specified
value removes all attributes for tags. It is meaningless for directives
,
attribute+*
<A HREF="...">HELLO</A>
innerHTML
innerHTML
to
.
HELLO
Need help?
Do you have a question about the DREAMWEAVER 8-EXTENDING DREAMWEAVER and is the answer not in the manual?