<list:ITEM> <li id="{$ListRowNumber}" class="{$Parity}">{$Name}</li> </list:ITEM>
Compile time component for handling the <list:default> tag, which is used to contain the content for rendering the items (rows) in a List Tag.
{$ListRowEven} | Set if current row is even. |
|---|---|
{$ListRowOdd} | Set if current row is odd. |
{$ListRowNumber} | Numer of the current row. |
{$Parity} | Emits odd or even depending on row. |