Author: ochikvina
Date: 2007-10-17 06:24:40 -0400 (Wed, 17 Oct 2007)
New Revision: 3420
Modified:
trunk/docs/userguide/en/src/main/docbook/included/suggestionBox.xml
trunk/docs/userguide/en/src/main/docbook/included/tab.xml
trunk/docs/userguide/en/src/main/docbook/included/toggleControl.xml
trunk/docs/userguide/en/src/main/docbook/included/toolBar.xml
trunk/docs/userguide/en/src/main/docbook/included/treeNode.xml
Log:
http://jira.jboss.com/jira/browse/RF-920 - verifying and adding classes
Modified: trunk/docs/userguide/en/src/main/docbook/included/suggestionBox.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/suggestionBox.xml 2007-10-17
05:48:46 UTC (rev 3419)
+++ trunk/docs/userguide/en/src/main/docbook/included/suggestionBox.xml 2007-10-17
10:24:40 UTC (rev 3420)
@@ -409,7 +409,7 @@
<para>On the screenshot, there are classes names defining specified
elements.</para>
<table>
- <title>Component skin class</title>
+ <title>Classes names that define a suggestionBox</title>
<tgroup cols="2">
<thead>
@@ -422,21 +422,45 @@
<tbody>
<row>
+ <entry>rich-sb-common-container</entry>
+
+ <entry>Defines styles for a wrapper <div>
element of a suggestion container</entry>
+ </row>
+
+ <row>
+ <entry>rich-sb-ext-decor-1</entry>
+
+ <entry>Defines styles for the first wrapper
<div> element of a suggestion box exterior</entry>
+ </row>
+
+ <row>
+ <entry>rich-sb-ext-decor-2</entry>
+
+ <entry>Defines styles for the second wrapper
<div> element of a suggestion box exterior</entry>
+ </row>
+
+ <row>
+ <entry>rich-sb-ext-decor-3</entry>
+
+ <entry>Defines styles for the third wrapper
<div> element of a suggestion box exterior</entry>
+ </row>
+
+ <row>
<entry>rich-sb-overflow</entry>
- <entry>Defines the styles of outer div</entry>
+ <entry>Defines styles for a wrapper <div>
element</entry>
</row>
<row>
<entry>rich-sb-int-decor-table</entry>
- <entry>Defines the styles for suggestion box
table</entry>
+ <entry>Defines styles for a suggestion box
table</entry>
</row>
<row>
<entry>rich-sb-int</entry>
- <entry>Defines the styles for suggestion box table rows
(tr)</entry>
+ <entry>Defines the styles for a suggestion box table rows
(tr)</entry>
</row>
<row>
@@ -446,16 +470,17 @@
</row>
<row>
- <entry>rich-sb-shadow</entry>
+ <entry>rich-sb-int-sel</entry>
- <entry>Defines the styles for shadow</entry>
+ <entry>Defines styles for a selected row</entry>
</row>
<row>
- <entry>rich-sb-int-sel</entry>
+ <entry>rich-sb-shadow</entry>
- <entry>Defines the styles for selected row</entry>
+ <entry>Defines styles for a suggestion
boxshadow</entry>
</row>
+
</tbody>
</tgroup>
</table>
Modified: trunk/docs/userguide/en/src/main/docbook/included/tab.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/tab.xml 2007-10-17 05:48:46 UTC (rev
3419)
+++ trunk/docs/userguide/en/src/main/docbook/included/tab.xml 2007-10-17 10:24:40 UTC (rev
3420)
@@ -174,7 +174,49 @@
</section>
<section>
<title>Definition of Custom Style Classes</title>
-
+
+ <table>
+ <title>Classes names that define a tab</title>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Class name</entry>
+ <entry>Description</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>rich-tab-header</entry>
+ <entry>Defines styles for a tab header</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+ <table>
+ <title>Classes names that define a tab states</title>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Class name</entry>
+ <entry>Description</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>rich-tab-active</entry>
+ <entry>Defines styles for an active tab</entry>
+ </row>
+ <row>
+ <entry>rich-tab-inactive</entry>
+ <entry>Defines styles for an inactive tab</entry>
+ </row>
+ <row>
+ <entry>rich-tab-disabled</entry>
+ <entry>Defines styles for a disabled tab</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
<para>In order to redefine styles for all <emphasis
role="bold">
<property><rich:tab></property>
</emphasis> components on a page using CSS, it's enough to create
classes with the
Modified: trunk/docs/userguide/en/src/main/docbook/included/toggleControl.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/toggleControl.xml 2007-10-17
05:48:46 UTC (rev 3419)
+++ trunk/docs/userguide/en/src/main/docbook/included/toggleControl.xml 2007-10-17
10:24:40 UTC (rev 3420)
@@ -137,7 +137,7 @@
<tbody>
<row>
<entry>rich-tglctrl</entry>
- <entry>Defines styles for a toggleControl</entry>
+ <entry>Defines styles for a toggle control</entry>
</row>
</tbody>
Modified: trunk/docs/userguide/en/src/main/docbook/included/toolBar.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/toolBar.xml 2007-10-17 05:48:46 UTC
(rev 3419)
+++ trunk/docs/userguide/en/src/main/docbook/included/toolBar.xml 2007-10-17 10:24:40 UTC
(rev 3420)
@@ -151,9 +151,13 @@
</thead>
<tbody>
<row>
- <entry>rich-toolbar-exterior</entry>
- <entry></entry>
+ <entry>rich-toolbar</entry>
+ <entry>Defines styles for a toolbar element</entry>
</row>
+ <row>
+ <entry>rich-toolbar-item</entry>
+ <entry>Defines styles for a toolbar item</entry>
+ </row>
</tbody>
</tgroup>
</table>
Modified: trunk/docs/userguide/en/src/main/docbook/included/treeNode.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/treeNode.xml 2007-10-17 05:48:46 UTC
(rev 3419)
+++ trunk/docs/userguide/en/src/main/docbook/included/treeNode.xml 2007-10-17 10:24:40 UTC
(rev 3420)
@@ -268,16 +268,44 @@
<tbody>
<row>
<entry>rich-tree-node</entry>
- <entry> </entry>
+ <entry> Defines styles for a tree node</entry>
</row>
<row>
<entry>rich-tree-node-selected</entry>
- <entry> </entry>
+ <entry>Defines styles for a selected tree node </entry>
</row>
<row>
<entry>rich-tree-node-highlighted</entry>
- <entry> </entry>
+ <entry>Defines styles for a highlighted tree node </entry>
</row>
+ <row>
+ <entry>rich-tree-node-handleicon</entry>
+ <entry>Defines styles for a tree node handleicon</entry>
+ </row>
+ <row>
+ <entry>rich-tree-node-handleicon-collapsed</entry>
+ <entry>Defines styles for a collapsed tree node handleicon
</entry>
+ </row>
+ <row>
+ <entry>rich-tree-node-handleicon-expanded</entry>
+ <entry>Defines styles for a expanded tree node
handleicon</entry>
+ </row>
+ <row>
+ <entry>rich-tree-node-children</entry>
+ <entry>Defines styles for all tree node subnodes</entry>
+ </row>
+ <row>
+ <entry>rich-tree-node-text</entry>
+ <entry>Defines styles for a tree node text</entry>
+ </row>
+ <row>
+ <entry>rich-tree-node-icon</entry>
+ <entry>Defines styles for a tree node icon</entry>
+ </row>
+ <row>
+ <entry>rich-tree-node-icon-leaf</entry>
+ <entry>Defines styles for a tree node icon leaf</entry>
+ </row>
</tbody>
</tgroup>
</table>