Introduction
  Publishing web pages
  RXML
  Information tags
  String tags
  Variable tags
  URL tags
  If tags
  Graphics tags
    <gtext>
    <diagram>
    <gclock>
    <pimage>
    <imgs>
    <config_tablist>
  Database tags
  LDAP
  Programming tags
  SSI tags
  Image maps
  IntraSeek
  LogView
  Templates
  Navigation
  SiteBuilder tags
  Supports system
  Security
  Appendix
 
<config_tablist> </> Config tab-list

 

Generates a list of tabs, like the one in the configuration interface.

The <config_tablist> container tag does not take any attributes, but it must always contain one or more <tab> container tags. The following attributes apply to the <tab> tags.

 

Attributes

alt=string
Alternative text for the image. The default is to use ascii-art to make it look like a tablist.

bgcolor=color
Set the background color. Default is white.

border=number
Set the width of the border of the image. Default is zero.

selected
Make this tab the selected tab.

 

Example


<config_tablist>
  <tab href="gtext.html">gtext</tab>
  <tab selected="selected">config-tablist</tab>
  <tab href="gclock.html">gclock</tab>
</config_tablist>

_/gtext\_ _/config-tablist\_ _/gclock\_