[richfaces-svn-commits] JBoss Rich Faces SVN: r4762 - branches/3.1.x/docs/userguide/en/src/main/docbook/included.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed Dec 12 04:49:53 EST 2007


Author: artdaw
Date: 2007-12-12 04:49:53 -0500 (Wed, 12 Dec 2007)
New Revision: 4762

Modified:
   branches/3.1.x/docs/userguide/en/src/main/docbook/included/listShuttle.xml
Log:
http://jira.jboss.com/jira/browse/RF-1174 - edit Skin Parameters Redefinition; Definition of Custom Style Classes

Modified: branches/3.1.x/docs/userguide/en/src/main/docbook/included/listShuttle.xml
===================================================================
--- branches/3.1.x/docs/userguide/en/src/main/docbook/included/listShuttle.xml	2007-12-12 09:13:25 UTC (rev 4761)
+++ branches/3.1.x/docs/userguide/en/src/main/docbook/included/listShuttle.xml	2007-12-12 09:49:53 UTC (rev 4762)
@@ -436,7 +436,7 @@
                         <entry>background-color</entry>
                     </row>
                     <row>
-                        <entry>panelBorderColor</entry>
+                        <entry>tableBorderColor</entry>
                         <entry>border-color</entry>
                     </row>
                     <row>
@@ -474,6 +474,24 @@
         </table>
         
         <table>
+            <title>Skin parameters redefinition for a selected rows in the source and target lists</title>
+            <tgroup cols="2">
+                <thead>
+                    <row>
+                        <entry>Skin parameters</entry>
+                        <entry>CSS properties</entry>
+                    </row>
+                </thead>
+                <tbody>
+                    <row>
+                        <entry>additionalBackgroundColor</entry>
+                        <entry>background-color</entry>
+                    </row>
+                </tbody>
+            </tgroup>
+        </table>
+        
+        <table>
             <title>Skin parameters redefinition for a header cell</title>
             <tgroup cols="2">
                 <thead>
@@ -499,10 +517,10 @@
                         <entry>headerSizeFont</entry>
                         <entry>font-size</entry>
                     </row>
-                    <row>
+                    <!--row>
                         <entry>headerWeightFont</entry>
                         <entry>font-weight</entry>
-                    </row>
+                    </row-->
                     <row>
                         <entry>tableBorderWidth</entry>
                         <entry>border-width</entry>
@@ -549,6 +567,8 @@
             </tgroup>
         </table>
         
+
+        
         <table>
             <title>Skin parameters redefinition for an active cell</title>
             <tgroup cols="2">
@@ -582,7 +602,7 @@
                 </thead>
                 <tbody>
                     <row>
-                        <entry>panelBorderColor</entry>
+                        <entry>tableBorderColor</entry>
                         <entry>border-color</entry>
                     </row>
                 </tbody>
@@ -870,11 +890,11 @@
                         <entry>Defines styles for a row in a source list</entry>
                     </row>
                     <row>
-                        <entry>rich-shuttle-row-source-selected</entry>
+                        <entry>rich-shuttle-source-row-selected</entry>
                         <entry>Defines styles for a selected row in a source list</entry>
                     </row>
                     <row>
-                        <entry>rich-shuttle-row-source-active</entry>
+                        <entry>rich-shuttle-source-row-active</entry>
                         <entry>Defines styles for an active row in a source list</entry>
                     </row>
                 </tbody>
@@ -895,11 +915,11 @@
                         <entry>Defines styles for a row in a target list</entry>
                     </row>
                     <row>
-                        <entry>rich-shuttle-row-target-selected</entry>
+                        <entry>rich-shuttle-target-row-selected</entry>
                         <entry>Defines styles for a selected row in a target list</entry>
                     </row>
                     <row>
-                        <entry>rich-shuttle-row-target-active</entry>
+                        <entry>rich-shuttle-target-row-active</entry>
                         <entry>Defines styles for an active row in a target list</entry>
                     </row>
                 </tbody>




More information about the richfaces-svn-commits mailing list