MACROMEDIA CONTRIBUTE 3-DEPLOYING CONTRIBUTE Podręcznik Użytkownika Strona 49

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 142
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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.
Przeglądanie stron 48
1 2 ... 44 45 46 47 48 49 50 51 52 53 54 ... 141 142

Komentarze do niniejszej Instrukcji

Brak uwag