
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.
Commenti su questo manuale