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

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Sat Feb 16 10:38:37 EST 2008


Author: artdaw
Date: 2008-02-16 10:38:36 -0500 (Sat, 16 Feb 2008)
New Revision: 6125

Modified:
   trunk/docs/userguide/en/src/main/docbook/included/listShuttle.xml
   trunk/docs/userguide/en/src/main/docbook/included/orderingList.xml
Log:
http://jira.jboss.com/jira/browse/RF-2261- guide updated according to dev issue

Modified: trunk/docs/userguide/en/src/main/docbook/included/listShuttle.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/listShuttle.xml	2008-02-16 15:36:37 UTC (rev 6124)
+++ trunk/docs/userguide/en/src/main/docbook/included/listShuttle.xml	2008-02-16 15:38:36 UTC (rev 6125)
@@ -215,6 +215,19 @@
                 Currently the button controls type is based on <div> element.     
             </para>
         </note>
+        <para>
+            The <emphasis role="bold"><property>&lt;rich:listShuttle&gt;</property></emphasis> component allows to use internationalization method 
+            to redefine and localize the labels. You could use application resource bundle and define 
+            <property>RICH_SHUTTLES_TOP_LABEL </property>,
+            <property>RICH_SHUTTLES_BOTTOM_LABEL</property>,
+            <property>RICH_SHUTTLES_UP_LABEL </property>,
+            <property>RICH_SHUTTLES_DOWN_LABEL </property> 
+            
+            <property>RICH_LIST_SHUTTLE_COPY_ALL_LABEL</property>,
+            <property>RICH_LIST_SHUTTLE_COPY_LABEL</property>,
+            <property>RICH_LIST_SHUTTLE_REMOVE_ALL_LABEL</property>,
+            <property>RICH_LIST_SHUTTLE_REMOVE_LABEL </property>  there.
+        </para>
         <!-- template wiil be done in 3.2.0 -->
         <!--para>The <emphasis role="bold">
                 <property>&lt;rich:listShuttle&gt;</property>

Modified: trunk/docs/userguide/en/src/main/docbook/included/orderingList.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/orderingList.xml	2008-02-16 15:36:37 UTC (rev 6124)
+++ trunk/docs/userguide/en/src/main/docbook/included/orderingList.xml	2008-02-16 15:38:36 UTC (rev 6125)
@@ -110,7 +110,7 @@
             </para>
         </note>
         
-
+        fastOrderControlsVisible
         <para> The <emphasis>
                 <property>&quot;selection&quot; </property>
             </emphasis> attribute stores the collection of items selected by you. In the example
@@ -287,6 +287,14 @@
                     displayed.</listitem>
             </itemizedlist>
         </para>
+        <para>
+            The <emphasis role="bold"><property>&lt;rich:orderingList&gt;</property></emphasis> component allows to use internationalization method 
+            to redefine and localize the labels. You could use application resource bundle and define 
+            <property>RICH_SHUTTLES_TOP_LABEL </property>,
+            <property>RICH_SHUTTLES_BOTTOM_LABEL</property>,
+            <property>RICH_SHUTTLES_UP_LABEL </property>,
+            <property>RICH_SHUTTLES_DOWN_LABEL </property> there.
+        </para>
         <!-- Wiil be done for 3.2.0 version-->
         <!--para>The component provides possibility to be customized using templating. The
             customization could be performed by a layout definition nested into the component. 5




More information about the richfaces-svn-commits mailing list