Logic Tags
Tag separator


This tag allows you to display a separator in between elements of a foreach loop without displaying an extra one at the end. Content in this tag will be displayed for every iteration of the loop except the last.

Example:
<pt:logic.foreach pt:data="testcollection" pt:var="co">
<pt:core.html pt:tag="a" href="$co.url">
<pt:logic.value pt:value="$co.name"/>
</pt:core.html>
<pt:logic.separator><br>-----<br></pt:logic.separator>
</pt:logic.foreach>


Tag Information
Tag Nameseparator
Required Parent Tagforeach

Attributes
No Attributes Defined.


Copyright 2005 Plumtree Software, Inc.