Author: ochikvina
Date: 2007-11-09 10:57:10 -0500 (Fri, 09 Nov 2007)
New Revision: 3871
Modified:
trunk/docs/userguide/en/src/main/docbook/included/modalPanel.xml
trunk/docs/userguide/en/src/main/docbook/included/subTable.xml
trunk/docs/userguide/en/src/main/docbook/included/tree.xml
trunk/docs/userguide/en/src/main/docbook/included/treeNode.xml
Log:
http://jira.jboss.com/jira/browse/RF-920 - unifying table titles and fixing some mistakes
Modified: trunk/docs/userguide/en/src/main/docbook/included/modalPanel.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/modalPanel.xml 2007-11-09 15:56:49
UTC (rev 3870)
+++ trunk/docs/userguide/en/src/main/docbook/included/modalPanel.xml 2007-11-09 15:57:10
UTC (rev 3871)
@@ -335,14 +335,14 @@
<title>Skin Parameters Redefinition</title>
<table>
- <title>Panel skin parameters</title>
+ <title>Skin parameters for a component</title>
<tgroup cols="2">
<thead>
<row>
- <entry>Panel skin parameters</entry>
+ <entry>Skin parameters</entry>
- <entry>Properties corresponding to CSS parameter</entry>
+ <entry>CSS properties</entry>
</row>
</thead>
@@ -363,14 +363,14 @@
</table>
<table>
- <title>Header parameters</title>
+ <title>Skin parameters redefinition for a header element</title>
<tgroup cols="2">
<thead>
<row>
- <entry>Headers parameters</entry>
+ <entry>Skin parameters</entry>
- <entry>Properties corresponding to CSS parameter</entry>
+ <entry>CSS properties</entry>
</row>
</thead>
@@ -391,14 +391,14 @@
</table>
<table>
- <title>Header content parameters</title>
+ <title>Skin parameters redefinition for a header content</title>
<tgroup cols="2">
<thead>
<row>
- <entry>Headers content parameters</entry>
+ <entry>Skin parameters</entry>
- <entry>Properties corresponding to CSS parameter</entry>
+ <entry>CSS properties</entry>
</row>
</thead>
@@ -431,14 +431,14 @@
</table>
<table>
- <title>Body parameters</title>
+ <title>Skin parameters redefinition for a body element</title>
<tgroup cols="2">
<thead>
<row>
- <entry>Body parameters</entry>
+ <entry>Skin parameters</entry>
- <entry>Properties corresponding to CSS parameter</entry>
+ <entry>CSS properties</entry>
</row>
</thead>
Modified: trunk/docs/userguide/en/src/main/docbook/included/subTable.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/subTable.xml 2007-11-09 15:56:49 UTC
(rev 3870)
+++ trunk/docs/userguide/en/src/main/docbook/included/subTable.xml 2007-11-09 15:57:10 UTC
(rev 3871)
@@ -144,7 +144,7 @@
<title>Definition of Custom Style Classes</title>
<table>
- <title>Classes names that define a whole component appearance</title>
+ <title>Classes names that define a component appearance</title>
<tgroup cols="2">
<thead>
<row>
Modified: trunk/docs/userguide/en/src/main/docbook/included/tree.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/tree.xml 2007-11-09 15:56:49 UTC
(rev 3870)
+++ trunk/docs/userguide/en/src/main/docbook/included/tree.xml 2007-11-09 15:57:10 UTC
(rev 3871)
@@ -446,10 +446,10 @@
<para>There is only one skin parameter for <emphasis
role="bold">
<property><rich:tree></property>
- </emphasis> as it's a wrapper component for <emphasis
+ </emphasis>. As it's a wrapper component for <emphasis
role="bold">
<property><rich:treeNode></property>
- </emphasis> components. Look and feel customizationis is described in details
in the <link linkend="SPRofTN">following
section.</link></para>
+ </emphasis> components, look and feel customization is described in the
<link linkend="SPRofTN">corresponding section.</link></para>
<table>
<title>Skin parameters for a wrapper element</title>
<tgroup cols="2">
Modified: trunk/docs/userguide/en/src/main/docbook/included/treeNode.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/treeNode.xml 2007-11-09 15:56:49 UTC
(rev 3870)
+++ trunk/docs/userguide/en/src/main/docbook/included/treeNode.xml 2007-11-09 15:57:10 UTC
(rev 3871)
@@ -290,27 +290,13 @@
<entry>rich-tree-node</entry>
<entry> Defines styles for a tree node</entry>
</row>
+
<row>
- <entry>rich-tree-node-selected</entry>
- <entry>Defines styles for a selected tree node </entry>
- </row>
- <row>
- <entry>rich-tree-node-highlighted</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>
@@ -330,6 +316,39 @@
</tgroup>
</table>
+ <table>
+ <title>Classes names that define states for a node element</title>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Class name</entry>
+ <entry>Description</entry>
+ </row>
+ </thead>
+ <tbody>
+
+ <row>
+ <entry>rich-tree-node-selected</entry>
+ <entry>Defines styles for a selected tree node </entry>
+ </row>
+ <row>
+ <entry>rich-tree-node-highlighted</entry>
+ <entry>Defines styles for a highlighted tree node </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>
+
+ </tbody>
+ </tgroup>
+ </table>
+
<para>In order to redefine the style for all <emphasis
role="bold">
<property><rich:treeNode></property>
</emphasis> components on a page using CSS, it's enough to create
classes with the