[richfaces-svn-commits] JBoss Rich Faces SVN: r5118 - trunk/docs/userguide/en/src/main/docbook/included.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Thu Jan 3 04:53:23 EST 2008


Author: artdaw
Date: 2008-01-03 04:53:23 -0500 (Thu, 03 Jan 2008)
New Revision: 5118

Modified:
   trunk/docs/userguide/en/src/main/docbook/included/listShuttle.xml
Log:
http://jira.jboss.com/jira/browse/RF-1807 - fix data types for sourceValue, targetValue attributes.

Modified: trunk/docs/userguide/en/src/main/docbook/included/listShuttle.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/listShuttle.xml	2008-01-02 19:53:16 UTC (rev 5117)
+++ trunk/docs/userguide/en/src/main/docbook/included/listShuttle.xml	2008-01-03 09:53:23 UTC (rev 5118)
@@ -49,13 +49,13 @@
         </para>
         <para> The <emphasis>
             <property>&quot;sourceValue&quot; </property>
-        </emphasis> attribute defines the collection to be shown in the source list.</para>
+        </emphasis> attribute defines a List or Array of items to be shown in the source list.</para>
         <para>The <emphasis>
             <property>&quot;targetValue&quot; </property>
-        </emphasis> attribute defines the collection to be shown in the target list.</para>
+        </emphasis> attribute defines a List or Array of items to be shown in the target list.</para>
         <para> The <emphasis>
             <property>&quot;var&quot; </property>
-        </emphasis> could be shared between both collections to defined lists on the page.</para>
+        </emphasis> attribute could be shared between both Lists or Arrays to define lists on the page.</para>
         <para>
             The <emphasis>
                 <property>&quot;converter&quot; </property>
@@ -148,7 +148,7 @@
         <f:facet name="bottomControl">
                 <h:outputText value="Move to bottom" />
         </f:facet>
-<rich:orderingList>
+</rich:listShuttle>
 ...
 ]]></programlisting>
        
@@ -188,7 +188,7 @@
                 </f:facet>
                 <h:outputText value="#{item.name}" />
         </h:column>
-<rich:orderingList>
+</rich:listShuttle>
 ...
 ]]></programlisting>        
         




More information about the richfaces-svn-commits mailing list