Table of Contents

List Item Tag

Syntax

<list:ITEM>
<li id="{$ListRowNumber}" class="{$Parity}">{$Name}</li>
</list:ITEM>

Description

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.

Available Properties

{$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.

See Also