[richfaces-svn-commits] JBoss Rich Faces SVN: r6136 - trunk/docs/userguide/en/src/main/docbook/included.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Mon Feb 18 09:08:44 EST 2008
Author: artdaw
Date: 2008-02-18 09:08:44 -0500 (Mon, 18 Feb 2008)
New Revision: 6136
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 - done
Modified: trunk/docs/userguide/en/src/main/docbook/included/listShuttle.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/listShuttle.xml 2008-02-18 13:00:12 UTC (rev 6135)
+++ trunk/docs/userguide/en/src/main/docbook/included/listShuttle.xml 2008-02-18 14:08:44 UTC (rev 6136)
@@ -218,16 +218,19 @@
<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_TOP_LABEL</property>,
<property>RICH_SHUTTLES_BOTTOM_LABEL</property>,
- <property>RICH_SHUTTLES_UP_LABEL </property>,
- <property>RICH_SHUTTLES_DOWN_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.
+ <property>RICH_LIST_SHUTTLE_REMOVE_LABEL</property> there.
</para>
+ <para>
+ You could also pack <property>org.richfaces.renderkit.listShuttle</property> resource bundle with your JARs defining the same properties.
+ </para>
<!-- template wiil be done in 3.2.0 -->
<!--para>The <emphasis role="bold">
<property><rich:listShuttle></property>
@@ -359,11 +362,11 @@
-->
<!--Controls common API -->
<row>
- <entry>Hide()</entry>
+ <entry>hide()</entry>
<entry>Hides ordering control</entry>
</row>
<row>
- <entry>Show()</entry>
+ <entry>show()</entry>
<entry>Shows ordering control</entry>
</row>
<row>
@@ -371,11 +374,11 @@
<entry>Checks if current control is shown</entry>
</row>
<row>
- <entry>Enable()</entry>
+ <entry>enable()</entry>
<entry>Enables ordering control</entry>
</row>
<row>
- <entry>Disable()</entry>
+ <entry>disable()</entry>
<entry>Disables ordering control</entry>
</row>
<row>
Modified: trunk/docs/userguide/en/src/main/docbook/included/orderingList.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/orderingList.xml 2008-02-18 13:00:12 UTC (rev 6135)
+++ trunk/docs/userguide/en/src/main/docbook/included/orderingList.xml 2008-02-18 14:08:44 UTC (rev 6136)
@@ -109,8 +109,6 @@
Currently the button controls type is based on <div> element.
</para>
</note>
-
- fastOrderControlsVisible
<para> The <emphasis>
<property>"selection" </property>
</emphasis> attribute stores the collection of items selected by you. In the example
@@ -290,11 +288,14 @@
<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_TOP_LABEL</property>,
<property>RICH_SHUTTLES_BOTTOM_LABEL</property>,
- <property>RICH_SHUTTLES_UP_LABEL </property>,
- <property>RICH_SHUTTLES_DOWN_LABEL </property> there.
+ <property>RICH_SHUTTLES_UP_LABEL</property>,
+ <property>RICH_SHUTTLES_DOWN_LABEL</property> there.
</para>
+ <para>
+ You could also pack <property>org.richfaces.renderkit.orderingList</property> resource bundle with your JARs defining the same properties.
+ </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
@@ -413,11 +414,11 @@
<!--Controls common API -->
<row>
- <entry>Hide()</entry>
+ <entry>hide()</entry>
<entry>Hides ordering control</entry>
</row>
<row>
- <entry>Show()</entry>
+ <entry>show()</entry>
<entry>Shows ordering control</entry>
</row>
<row>
@@ -425,11 +426,11 @@
<entry>Checks if current control is shown</entry>
</row>
<row>
- <entry>Enable()</entry>
+ <entry>enable()</entry>
<entry>Enables ordering control</entry>
</row>
<row>
- <entry>Disable()</entry>
+ <entry>disable()</entry>
<entry>Disables ordering control</entry>
</row>
<row>
More information about the richfaces-svn-commits
mailing list