Author: afedosik
Date: 2007-09-14 12:24:18 -0400 (Fri, 14 Sep 2007)
New Revision: 2940
Modified:
trunk/docs/userguide/en/src/main/docbook/included/tabPanel.xml
Log:
create table; change header of the tables
Modified: trunk/docs/userguide/en/src/main/docbook/included/tabPanel.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/tabPanel.xml 2007-09-14 16:22:55 UTC
(rev 2939)
+++ trunk/docs/userguide/en/src/main/docbook/included/tabPanel.xml 2007-09-14 16:24:18 UTC
(rev 2940)
@@ -184,12 +184,12 @@
of all tab panels on a page.</para>
<table>
- <title>Component skin class</title>
+ <title>Classes names that define appearance</title>
<tgroup cols="2">
<thead>
<row>
<entry>Class name</entry>
- <entry>An element defined with a class</entry>
+ <entry>Description</entry>
</row>
</thead>
<tbody>
@@ -210,12 +210,23 @@
<entry>rich-tabhdr-side-cell</entry>
<entry>A class for a header internal element</entry>
</row>
+ </tbody>
+ </tgroup>
+ </table>
+
+
+ <table>
+ <title>Classes names that define different tab header states (corresponds to
+ rich-tabhdr-side-cell)</title>
+ <tgroup cols="2">
+ <thead>
<row>
- <entry>A class name for different tab header states (corresponds to
- rich-tabhdr-side-cell)</entry>
- <entry>An element to apply a class to</entry>
+ <entry>Class name</entry>
+ <entry>Description</entry>
</row>
- <row>
+ </thead>
+ <tbody>
+ <row>
<entry>rich-tabhdr-cell-active</entry>
<entry>A class for an internal element of an active
header</entry>
</row>