Tag Definitions %TITLE%
Sets or retrieves the title of a page.
This tag displays the title of the current page or component. The
tag will display the title of a destination page when used in
conjunction with another tag, like LIST.
| Parameter | Type | Description |
|---|---|---|
| caption | String | The caption to label the input field, default is 'Shorttitle' |
| maxlength | Integer | The maximum number of characters that can be used for the title. The maximum value that can be entered is 255, the default is 255. |
Example
This example shows the title of a page:
<h1>%TITLE%</h1>
<h2>%SUBTITLE%</h2>
<div class="content">
%TEXT%
</div>