[richfaces-svn-commits] JBoss Rich Faces SVN: r4606 - 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
Fri Dec 7 14:11:38 EST 2007


Author: artdaw
Date: 2007-12-07 14:11:37 -0500 (Fri, 07 Dec 2007)
New Revision: 4606

Modified:
   branches/3.1.x/docs/userguide/en/src/main/docbook/included/listShuttle.xml
Log:
http://jira.jboss.com/jira/browse/RF-1174 - add 'targetValue' attribute instead of 'value', add screenshot for 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-07 19:09:44 UTC (rev 4605)
+++ branches/3.1.x/docs/userguide/en/src/main/docbook/included/listShuttle.xml	2007-12-07 19:11:37 UTC (rev 4606)
@@ -161,7 +161,7 @@
                 <property>&quot;sourceValue&quot; </property>
             </emphasis> attribute defines the collection to be shown in source list.</para>
         <para>The <emphasis>
-                <property>&quot;value&quot; </property>
+            <property>&quot;targetValue&quot; </property>
             </emphasis> attribute defines the collection to store the value from target list.</para>
         <para> The <emphasis>
                 <property>&quot;var&quot; </property>
@@ -452,10 +452,21 @@
 
         <para>On the screenshot there are classes names that define styles for component elements.</para>
 
-        <!-- ADD SCREENSHOT -->
+        <figure>
+            <title>Style classes</title>
+            
+            <mediaobject>
+                <imageobject>
+                    <imagedata fileref="images/listShuttle_classes_s.png" scalefit="1"/>
+                </imageobject>
+            </mediaobject>
+            <mediaobject>
+                <imageobject>
+                    <imagedata fileref="images/listShuttle_classes_t.png" scalefit="1"/>
+                </imageobject>
+            </mediaobject>
+        </figure>
 
-        <!-- ADD ITEMS representations!!!-->
-
         <table>
             <title>Classes names that define a caption representations in the source and target lists</title>
             <tgroup cols="2">
@@ -589,8 +600,8 @@
                 </thead>
                 <tbody>
                     <row>
-                        <entry>rich-ordering-controls</entry>
-                        <entry>Could be applied to the whole group of the controls.</entry>
+                        <entry>rich-shuttle-controls</entry>
+                        <entry>Defines styles for a controls group.</entry>
                     </row>
                     <row>
                         <entry>rich-shuttle-top</entry>




More information about the richfaces-svn-commits mailing list