Tag Definitions %IDATT%
Sets and Displays the Id Attribute of a link in manual lists.
The IDATT (Id Attribute) tag is used in conjunction with a manual list to allow a custom ID to be applied to a list item or anchor.
This tag has no attributes.
Example
In this example an Id attribute is applied to a list item, which when rendered will be drawn from the attributes set in the content editor of a manual list:
<li id="%IDATT%">Item Label</li>
RENDERED OUTPUT:
<li id="red"><a href="page1.html">Page 1</a></li>
<li id="white"><a href="page2.html">Page 2</a></li>
<li id="blue"><a href="page3.html">Page 3</a></li>