IntroductionIntroduction
  Publishing web pagesPublishing web pages
  RXMLRXML
  Information tagsInformation tags
  String tagsString tags
  Variable tagsVariable tags
  URL tagsURL tags
  If tagsIf tags
  Graphics tagsGraphics tags
  Database tagsDatabase tags
  LDAPLDAP
  Programming tagsProgramming tags
  SSI tagsSSI tags
  Image mapsImage maps
  IntraSeekIntraSeek
  LogViewLogView
  TemplatesTemplates
    <tmplinsert>tmplinsert<tmplinsert>tmplinsert
    <tmpldefault>tmpldefault<tmpldefault>tmpldefault
    <tmplblock>tmplblock<tmplblock>tmplblock
    <tmpldefaultparam>tmpldefaultparam<tmpldefaultparam>tmpldefaultparam
    <tmplinsertblock>tmplinsertblock<tmplinsertblock>tmplinsertblock
    <tmplinsertall>tmplinsertall<tmplinsertall>tmplinsertall
    <tmplinsertexcept>tmplinsertexcept<tmplinsertexcept>tmplinsertexcept
    <tmplhelp>tmplhelp<tmplhelp>tmplhelp
    <Examples>Examples<Examples>Examples
    <Default template>Default template<Default template>Default template
  NavigationNavigation
  SiteBuilder tagsSiteBuilder tags
  Supports systemSupports system
  SecuritySecurity
  AppendixAppendix
 
<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.

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.

 

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.

<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>

"=> >

 

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>

"=> >