MACROMEDIA CONTRIBUTE 3-DEPLOYING CONTRIBUTE Guide de l'utilisateur Page 49

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 142
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 48
AssetQuery
Components User's Guide
49
<nexus:exit>
Indicates that no preceding record display will be repeated. For
example,
<nexus:next>
<tr>
<td>$node.FileName</td>
<nexus:next>
<td /jointfilesconvert/339554/bgcolor="green">$node.FileName</td>
</tr>
<nexus:exit>
Limits the record display to two:
You can use
<nexus:exit>
, in combination with
<nexus:next>
, to define unique
formatting for different sets of records. For example,
<nexus:next>
<tr>
<td>$node.FileName</td>
<nexus:next>
<td /jointfilesconvert/339554/bgcolor="green">$node.FileName</td>
</tr>
<nexus:exit>
<nexus:next>
<tr>
<td /jointfilesconvert/339554/bgcolor="gray">$node.FileName</td>
<nexus:next>
<td>$node.Filename</td>
</tr>
<nexus:exit>
Formats each row, each of which displays the filenames for two assets, uniquely:
<nexus:norecords>
Tags can optionally contain alternate text to use if the query
returns no assets.
For example, if the AssetQuery body includes the following:
<nexus:norecords><b><em>This query found no assets.
</em></b></nexus:norecords>
Then the text below would display if the query returned no assets:
This query found no assets.
Vue de la page 48
1 2 ... 44 45 46 47 48 49 50 51 52 53 54 ... 141 142

Commentaires sur ces manuels

Pas de commentaire