MACROMEDIA DREAMWEAVER 8-DREAMWEAVER API Specifiche Pagina 162

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 692
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 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
Vedere la pagina 161
1 2 ... 157 158 159 160 161 162 163 164 165 166 167 ... 691 692

Commenti su questo manuale

Nessun commento