MACROMEDIA DREAMWEAVER MX 2004-EXTENDING DREAMWEAVER Spécifications Page 362

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 504
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 361
362 Server Behaviors
Parent
delete
Type
Attribute.
Required
No.
Values
all, none, tagOnly, innerOnly, attribute+attribName, attribute+*
The all value (default) deletes the entire directive or tag. For attributes, it deletes the
entire definition.
The none value is never automatically deleted.
The tagOnly value removes only the outer tag but leaves the contents of the innerHTML
tag intact. For attributes, it also removes the outer tag if it is a block tag. It is meaningless
for directives.
The innerOnly value, when applied to tags, removes only the contents (the innerHTML
tag). For attributes, it removes only the value. It is meaningless for directives.
The attribute+attribName value, when applied to tags, removes only the specified
attribute. It is meaningless for directives and attributes.
The attribute+* value removes all attributes for tags. It is meaningless for directives
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 <A HREF="...">HELLO</A> to HELLO.
<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
Vue de la page 361
1 2 ... 357 358 359 360 361 362 363 364 365 366 367 ... 503 504

Commentaires sur ces manuels

Pas de commentaire