[richfaces-svn-commits] JBoss Rich Faces SVN: r4657 - 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
Mon Dec 10 10:11:57 EST 2007


Author: artdaw
Date: 2007-12-10 10:11:57 -0500 (Mon, 10 Dec 2007)
New Revision: 4657

Modified:
   branches/3.1.x/docs/userguide/en/src/main/docbook/included/listShuttle.xml
Log:
http://jira.jboss.com/jira/browse/RF-1174 - edit Details of Usage

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-10 15:11:32 UTC (rev 4656)
+++ branches/3.1.x/docs/userguide/en/src/main/docbook/included/listShuttle.xml	2007-12-10 15:11:57 UTC (rev 4657)
@@ -46,8 +46,8 @@
             </emphasis> component consists of the following parts: <itemizedlist>
                 <listitem>two <property>item lists</property> (source and target). List consists of
                     items. Each item has three different representations: common, selected, active</listitem>
-                <listitem>optional <property>caption</property>, <property>header</property> (sorted
-                    and non-sorted)<!--, <property>footer</property>--> elements</listitem>
+                <listitem>optional <property>caption</property>, <property>header</property><!--(sorted
+                    and non-sorted), <property>footer</property>--> elements</listitem>
                 <listitem><property>copy/moving controls set</property> is a set of controls, which
                     performs moving/copying items between lists</listitem>
                 <listitem><property>optional ordering controls set</property> is a set of controls
@@ -100,29 +100,29 @@
             </emphasis> component provides the possibility to use <property>ordering controls
             set</property>, which performs reordering in the target item list. Every control has
             possibility to be disabled. </para>
-        <para>
+        <para>An <property>ordering controls set</property> could be defined with 
+            <emphasis><property>&quot;topControlLabel&quot;</property></emphasis>, <emphasis><property>&quot;bottomControlLabel&quot;</property></emphasis>,
+            <emphasis><property>&quot;upControlLabel&quot;</property></emphasis>, <emphasis><property>&quot;downControlLabel&quot;</property></emphasis>attributes.
+        </para>
+        <para>It is also possible to use
             <emphasis>
-                <property>&quot;topControl&quot; </property>
+                <property> &quot;topControl&quot; </property>
             </emphasis>, <emphasis>
-                <property>&quot;topControlDisabled&quot; </property>
+                <property>&quot;topControlDisabled&quot;</property>
+            </emphasis> , <emphasis>
+                <property> &quot;bottomControl&quot;</property>
+            </emphasis> , <emphasis>
+                <property> &quot;bottomControlDisabled&quot; </property>
             </emphasis>, <emphasis>
-                <property>&quot;bottomControl&quot; </property>
+                <property> &quot;upControl&quot; </property>
             </emphasis>, <emphasis>
-                <property>&quot;bottomControlDisabled&quot; </property>
+                <property> &quot;upControlDisabled&quot; </property>
             </emphasis>, <emphasis>
-                <property>&quot;upControl&quot; </property>
-            </emphasis>, <emphasis>
-                <property>&quot;upControlDisabled&quot; </property>
-            </emphasis>, <emphasis>
-                <property>&quot;downControl&quot; </property>
-            </emphasis>, <emphasis>
-                <property>&quot;downControlDisabled&quot; </property>
-            </emphasis> facets are used to replaces the default control with facets content. 
+                <property> &quot;downControl&quot;</property>
+            </emphasis> , <emphasis>
+                <property> &quot;downControlDisabled&quot; </property>
+            </emphasis> facets in order to replace the default controls with facets content.
         </para>
-        <para>An <property>ordering controls set</property> could be also defined with 
-            <emphasis><property>&quot;topControlLabel&quot;</property></emphasis>, <emphasis><property>&quot;bottomControlLabel&quot;</property></emphasis>,
-            <emphasis><property>&quot;upControlLabel&quot;</property></emphasis>, <emphasis><property>&quot;downControlLabel&quot;</property></emphasis>attributes.
-        </para>
         <para>
             <emphasis role="bold">Example:</emphasis>
         </para>
@@ -132,13 +132,13 @@
         <f:facet name="topControl">
             <h:outputText value="Move to top" />
         </f:facet>
-            <f:facet name="upControl">
+        <f:facet name="upControl">
             <h:outputText value="Move up" />
         </f:facet>
-            <f:facet name="downControl">
+        <f:facet name="downControl">
             <h:outputText value="Move down" />
         </f:facet>
-            <f:facet name="bottomControl">
+        <f:facet name="bottomControl">
             <h:outputText value="Move to bottom" />
         </f:facet>
 <rich:orderingList>
@@ -147,10 +147,16 @@
         <!-- copy/move control set -->
         <para>The <emphasis role="bold">
                 <property>&lt;rich:listShuttle&gt;</property>
-            </emphasis>component also provides 4 predefined controls in <property> move/copy
+            </emphasis>component also provides 4 predefined controls in <property>move/copy
                 controls set</property> for moving or copying items between source and target lists.
-            Every control has possibility to be disabled. </para>
-        <para>
+                Every control has possibility to be disabled. </para>
+        
+        <para>A <property>move/copy
+            controls set</property> could be defined with 
+            <emphasis><property>&quot;copyControlLabel&quot;</property></emphasis>, <emphasis><property>&quot;removeControlLabel&quot;</property></emphasis>,
+            <emphasis><property>&quot;copyAllControlLabel&quot;</property></emphasis>, <emphasis><property>&quot;removeAllControlLabel&quot;</property></emphasis>attributes.
+        </para>
+        <para>It is also possible to use
             <emphasis>
                 <property>&quot;copyControl&quot; </property>
             </emphasis>, 
@@ -174,12 +180,9 @@
             </emphasis> 
             <!--<emphasis>
                 <property>&quot;removeAll_disabled&quot; </property>
-                </emphasis>--> facets are used to replaces the default control with facets content. 
+                </emphasis>--> facets in order to replace the default controls with facets content.
         </para>
-        <para>An <property>move/copy controls set</property> could be also defined with 
-            <emphasis><property>&quot;copyControlLabel&quot;</property></emphasis>, <emphasis><property>&quot;removeControlLabel&quot;</property></emphasis>,
-            <emphasis><property>&quot;copyAllControlLabel&quot;</property></emphasis>, <emphasis><property>&quot;removeAllControlLabel&quot;</property></emphasis>attributes.
-        </para>
+        
         <!-- attributes -->
         <para> The <emphasis>
                 <property>&quot;sourceValue&quot; </property>




More information about the richfaces-svn-commits mailing list