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><rich:listShuttle></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><rich:listShuttle></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>"selection" </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><rich:orderingList></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