Author: vsukhov
Date: 2008-03-15 12:31:14 -0400 (Sat, 15 Mar 2008)
New Revision: 6843
Modified:
trunk/docs/userguide/en/src/main/docbook/included/pickList.xml
Log:
http://jira.jboss.com/jira/browse/RF-2174 I've corrected the tables for classes
Modified: trunk/docs/userguide/en/src/main/docbook/included/pickList.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/pickList.xml 2008-03-15 16:25:09 UTC
(rev 6842)
+++ trunk/docs/userguide/en/src/main/docbook/included/pickList.xml 2008-03-15 16:31:14 UTC
(rev 6843)
@@ -339,7 +339,7 @@
</table>
<table>
- <title>Skin parameters redefinition for a button, button in disable
state</title>
+ <title>Skin parameters redefinition for a button</title>
<tgroup cols="2">
<thead>
<row>
@@ -367,10 +367,40 @@
</tbody>
</tgroup>
+ </table>
+ <table>
+ <title>Skin parameters redefinition for a disabled
button</title>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Skin parameters</entry>
+ <entry>CSS properties</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>trimColor</entry>
+ <entry>background-color</entry>
+ </row>
+ <row>
+ <entry>generalTextColor</entry>
+ <entry>color</entry>
+ </row>
+ <row>
+ <entry>generalFamilyFont</entry>
+ <entry>font-family</entry>
+ </row>
+ <row>
+ <entry>generalSizeFont</entry>
+ <entry>font-size</entry>
+ </row>
+
+ </tbody>
+ </tgroup>
</table>
<table>
- <title>Skin parameters redefinition for a pressed and highlighted
button</title>
+ <title>Skin parameters redefinition for a pressed button</title>
<tgroup cols="2">
<thead>
<row>
@@ -407,6 +437,44 @@
</tbody>
</tgroup>
</table>
+ <table>
+ <title>Skin parameters redefinition for a highlighted
button</title>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Skin parameters</entry>
+ <entry>CSS properties</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>trimColor</entry>
+ <entry>background-color</entry>
+ </row>
+ <row>
+ <entry>generalTextColor</entry>
+ <entry>color</entry>
+ </row>
+ <row>
+ <entry>generalFamilyFont</entry>
+ <entry>font-family</entry>
+ </row>
+ <row>
+ <entry>generalSizeFont</entry>
+ <entry>font-size</entry>
+ </row>
+ <row>
+ <entry>tableBorderColor</entry>
+ <entry>border-color</entry>
+ </row>
+ <row>
+ <entry>tableBorderWidth</entry>
+ <entry>border-width</entry>
+ </row>
+
+ </tbody>
+ </tgroup>
+ </table>
<table>
<title>Skin parameters redefinition for a button
selection</title>
@@ -596,7 +664,7 @@
</table>
<table >
- <title>Classes names that define pressed and highlighted button
representation</title>
+ <title>Classes names that define pressed button
representation</title>
<tgroup cols="2">
<thead>
<row>
@@ -624,8 +692,37 @@
</tbody>
</tgroup>
</table>
-
<table >
+ <title>Classes names that define highlighted button
representation</title>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Class name</entry>
+ <entry>Description</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>rich-list-picklist-button</entry>
+ <entry>Defines styles for a button</entry>
+ </row>
+ <row>
+ <entry>rich-list-picklist-button-disabled</entry>
+ <entry>Defines styles for a disabled button</entry>
+ </row>
+ <row>
+ <entry>rich-list-picklist-button-press</entry>
+ <entry>Defines styles for a pressed button</entry>
+ </row>
+ <row>
+ <entry>rich-list-picklist-button-light</entry>
+ <entry>Defines styles for a button highlight</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+
+ <table >
<title>Classes names that define a button selection
representation</title>
<tgroup cols="2">
<thead>