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.


Attribute Definitions
ParameterTypeDescription
captionStringThe caption to label the input field, default is 'Shorttitle'
maxlengthInteger

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:

  1. <h1>%TITLE%</h1>
  2. <h2>%SUBTITLE%</h2>
  3. <div class="content">
  4. %TEXT%
  5. </div>

See Also:

Video Guides

How To...

Tag Definitions