MACROMEDIA DREAMWEAVER 8-DREAMWEAVER API Spécifications Page 162

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 692
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 161
Chapter 14162
Type
Attribute.
Required
No.
Value
A unique string that determines which group to apply, as shown in the following example:
<group serverBehavior="myServerBehavior.htm" ¬
subType="longVersion">
This group defines a the long version of myServerBehavior. You would also have a version with
subType="shortVersion". In applyServerBehaviors(), you can indicate which group should
be applied by setting the
MM_subType property on the parameter object, as shown in the
following example:
function applyServerBehavior(ssRec) {
var paramObj = new Object();
if (longVersionChecked) {
paramObj.MM_subType = "longVersion";
} else {
paramObj.MM_subType = "shortVersion";
}
dwscripts.applySB(paramObj, sbObj);
}
EDML Tag: title
Description
The string that appears in the Server Behaviors panel for each server behavior instance that is
found in the current document.
Parent
group
Type
Block tag.
Required
No.
Value
A plain text string that can include parameter names to make each instance unique, as shown in
the following example:
<title>Redirect If Empty (@@recordsetName@@)</title>
EDML Tag: groupParticipants
Description
Contains an array of groupParticipant declarations.
Parent
group
Vue de la page 161
1 2 ... 157 158 159 160 161 162 163 164 165 166 167 ... 691 692

Commentaires sur ces manuels

Pas de commentaire