Tag Definitions %LISTLINKCAPTION%
Sets or retrieves a caption to introduce a list
Creates a link with a text field that the page author can use to introduce the list of links. Use this tag to have a text inserted like 'For more information:' or 'See also:'
| Parameter | Type | Description |
|---|---|---|
| caption | String | The caption to label the input field, default is 'Link Title' |
| maxlength | Integer | The maximum number of characters that can be used for the caption. The limit is 150, and the default is 150. |
Example
This example uses the LISTLINKCAPTION to introduce a list of items:
<h3>%LISTLINKCAPTION%</h3>
%LIST(type=ul, maxitems=10, itemtemplate=shortlink)%
RENDERED OUTPUT:
<h3>See Also:</h3>
<ul>
<li>......</li>
<li>......</li>
</ul>