MWML [INDEXITEM]-Tag

MWML [INDEXITEM]-Tag

Describes an entry in the automatic table of contents.

Usage

Email templates, landing page templates


Syntax

[INDEXITEM ...]...[/INDEXITEM]

Example
  1. [INDEXITEM type='ul']
  2.     <li>
  3.         [INDEXITEMANCHOR type='a']
  4.         [INDEXITEMNAME /]
  5.         [/INDEXITEMANCHOR]
  6.     </li>
  7. [/INDEXITEM]

Attributes

Attribute
Value
Description
type
HTML-Tag
any HTML tag: span, div, ...
attributes
Text
Attributes for the HTML tag.
Example: attributes='class="my_class" style="border:solid 1px #000;"'
element
Name
Name of the element for which this table of contents entry applies.
Optional: Only necessary if table of contents entries should be displayed differently depending on the element.