[richfaces-svn-commits] JBoss Rich Faces SVN: r4556 - 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
Thu Dec 6 08:38:55 EST 2007


Author: artdaw
Date: 2007-12-06 08:38:55 -0500 (Thu, 06 Dec 2007)
New Revision: 4556

Modified:
   branches/3.1.x/docs/userguide/en/src/main/docbook/included/listShuttle.xml
Log:
http://jira.jboss.com/jira/browse/RF-1174 - add Skin Parameters Redefinition; edit 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-06 13:38:23 UTC (rev 4555)
+++ branches/3.1.x/docs/userguide/en/src/main/docbook/included/listShuttle.xml	2007-12-06 13:38:55 UTC (rev 4556)
@@ -14,7 +14,7 @@
         </para>
         <programlisting role="XML"><![CDATA[...
 <rich:listShuttle value="#{bean.list}" var="list" selection="#{value.resultList}">
-        <f:facet name=header>
+        <f:facet name="header">
              <h:outputText value="Header1"/>
         </f:facet>
         <rich:column>
@@ -280,7 +280,7 @@
         
         <table>
             <title>JavaScript API</title>
-            <tgroup cols="3">
+            <tgroup cols="2">
                 <thead>
                     <row>
                         <entry>Function</entry>
@@ -289,6 +289,7 @@
                 </thead>
                 <tbody>
                     <!--Sorting API -->
+                    <!--
                     <row>
                         <entry>doSortAscending()</entry>
                         <entry>Sorts items in the list ascending</entry>
@@ -301,6 +302,7 @@
                         <entry>doSort()</entry>
                         <entry>Inverts current sorting</entry>
                     </row>
+                    -->
                     <!--Controls common API -->
                     <row>
                         <entry>doHide()</entry>
@@ -388,49 +390,94 @@
             </itemizedlist>
         </para>
     </section>
+    
     <section>
-        <title>Definition of Custom Style Classes</title>
-
-        <para>On the screenshot there are classes names that define styles for component elements.</para>
-
-        <!-- ADD SCREENSHOT -->
-
-        <!-- ADD ITEMS representations!!!-->
-
+        <title>Skin Parameters Redefinition</title>
         <table>
-            <title>Classes names that define a caption representations in the source list</title>
+            <title>Skin parameters redefinition for items in the source and target lists</title>
             <tgroup cols="2">
                 <thead>
                     <row>
-                        <entry>Class name</entry>
-                        <entry>Description</entry>
+                        <entry>Skin parameters</entry>
+                        <entry>CSS properties</entry>
                     </row>
                 </thead>
                 <tbody>
                     <row>
-                        <entry>rich-shuttle-source-caption</entry>
-                        <entry>Defines a class for caption customization</entry>
+                        <entry>generalBackgroundColor</entry>
+                        <entry>background-color</entry>
                     </row>
+                    <row>
+                        <entry>panelBorderColor</entry>
+                        <entry>border-color</entry>
+                    </row>
+                    <row>
+                        <entry>tableBorderWidth</entry>
+                        <entry>border-width</entry>
+                    </row>
                 </tbody>
             </tgroup>
         </table>
+        
         <table>
-            <title>Classes names that define a caption representations in the target list</title>
+            <title>Skin parameters redefinition for caption 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>headerFamilyFont</entry>
+                        <entry>font-family</entry>
+                    </row>
+                    <row>
+                        <entry>headerSizeFont</entry>
+                        <entry>font-size</entry>
+                    </row>
+                    <row>
+                        <entry>headerWeightFont</entry>
+                        <entry>font-weight</entry>
+                    </row>
+                </tbody>
+            </tgroup>
+        </table>
+        
+    </section>
+    
+    <section>
+        <title>Definition of Custom Style Classes</title>
+
+        <para>On the screenshot there are classes names that define styles for component elements.</para>
+
+        <!-- ADD SCREENSHOT -->
+
+        <!-- ADD ITEMS representations!!!-->
+
+        <table>
+            <title>Classes names that define a caption representations in the source and target lists</title>
+            <tgroup cols="2">
+                <thead>
+                    <row>
                         <entry>Class name</entry>
                         <entry>Description</entry>
                     </row>
                 </thead>
                 <tbody>
                     <row>
+                        <entry>rich-shuttle-source-caption</entry>
+                        <entry>Defines a class for caption customization in the source list</entry>
+                    </row>
+                    <row>
                         <entry>rich-shuttle-target-caption</entry>
-                        <entry>Defines a class for caption customization</entry>
+                        <entry>Defines a class for caption customization in the target list</entry>
                     </row>
                 </tbody>
             </tgroup>
         </table>
+
         <table>
             <title>Classes names that define a rows representations in the source list</title>
             <tgroup cols="2">
@@ -467,15 +514,15 @@
                 </thead>
                 <tbody>
                     <row>
-                        <entry>rich-shuttle-target -row</entry>
+                        <entry>rich-shuttle-target-row</entry>
                         <entry>Defines a default class for any item row</entry>
                     </row>
                     <row>
-                        <entry>rich-shuttle-row-target -selected</entry>
+                        <entry>rich-shuttle-row-target-selected</entry>
                         <entry>Defines class to be additionally added to selected item rows</entry>
                     </row>
                     <row>
-                        <entry>rich-shuttle-row-target -active</entry>
+                        <entry>rich-shuttle-row-target-active</entry>
                         <entry>Defines class to be additionally added to active item rows</entry>
                     </row>
                 </tbody>
@@ -517,15 +564,15 @@
                 </thead>
                 <tbody>
                     <row>
-                        <entry>rich-shuttle-target -cell</entry>
+                        <entry>rich-shuttle-target-cell</entry>
                         <entry>Defines a default class for any item cell</entry>
                     </row>
                     <row>
-                        <entry>rich-shuttle-target -cell-selected</entry>
+                        <entry>rich-shuttle-target-cell-selected</entry>
                         <entry>Defines class to be additionally added to selected item cells</entry>
                     </row>
                     <row>
-                        <entry>rich-shuttle-target -cell-active</entry>
+                        <entry>rich-shuttle-target-cell-active</entry>
                         <entry>Defines class to be additionally added to active item cells</entry>
                     </row>
                 </tbody>




More information about the richfaces-svn-commits mailing list