Introduction
  Publishing web pages
  RXML
  Information tags
  String tags
  Variable tags
  URL tags
  If tags
  Graphics tags
  Database tags
  LDAP
  Programming tags
  SSI tags
  Image maps
  IntraSeek
  LogView
  Templates
    <tmplinsert>
    <tmpldefault>
    <tmplblock>
    <tmpldefaultparam>
    <tmplinsertblock>
    <tmplinsertall>
    <tmplinsertexcept>
    <tmplhelp>
    Examples
    Default template
  Navigation
  SiteBuilder tags
  Supports system
  Security
  Appendix
 
<tmplhelp> </> Templates

 

The <tmplhelp> tag makes it possible to write help texts about a template file and the custom tags defined by it. The help texts will be displayed when a user views the template file in the Content Editor.

 

Attributes

tag=name
The help text is for this tag.

param=name
The help text is for this attribute, to the tag specified by the tag attribute.

 

Example


<tmplhelp>
The example template is used to show how template 
files can be used.
</tmplhelp>

<tmplhelp tag=test>
The test tag will insert its contents in a nice 
shade of blue.
</tmplhelp>

<tmplhelp tag=test param=color>
The color attribute can be used to change the color
of the test tag, from its original nice shade of blue.
</tmplhelp>