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