[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>"topControlLabel"</property></emphasis>, <emphasis><property>"bottomControlLabel"</property></emphasis>,
+ <emphasis><property>"upControlLabel"</property></emphasis>, <emphasis><property>"downControlLabel"</property></emphasis>attributes.
+ </para>
+ <para>It is also possible to use
<emphasis>
- <property>"topControl" </property>
+ <property> "topControl" </property>
</emphasis>, <emphasis>
- <property>"topControlDisabled" </property>
+ <property>"topControlDisabled"</property>
+ </emphasis> , <emphasis>
+ <property> "bottomControl"</property>
+ </emphasis> , <emphasis>
+ <property> "bottomControlDisabled" </property>
</emphasis>, <emphasis>
- <property>"bottomControl" </property>
+ <property> "upControl" </property>
</emphasis>, <emphasis>
- <property>"bottomControlDisabled" </property>
+ <property> "upControlDisabled" </property>
</emphasis>, <emphasis>
- <property>"upControl" </property>
- </emphasis>, <emphasis>
- <property>"upControlDisabled" </property>
- </emphasis>, <emphasis>
- <property>"downControl" </property>
- </emphasis>, <emphasis>
- <property>"downControlDisabled" </property>
- </emphasis> facets are used to replaces the default control with facets content.
+ <property> "downControl"</property>
+ </emphasis> , <emphasis>
+ <property> "downControlDisabled" </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>"topControlLabel"</property></emphasis>, <emphasis><property>"bottomControlLabel"</property></emphasis>,
- <emphasis><property>"upControlLabel"</property></emphasis>, <emphasis><property>"downControlLabel"</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><rich:listShuttle></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>"copyControlLabel"</property></emphasis>, <emphasis><property>"removeControlLabel"</property></emphasis>,
+ <emphasis><property>"copyAllControlLabel"</property></emphasis>, <emphasis><property>"removeAllControlLabel"</property></emphasis>attributes.
+ </para>
+ <para>It is also possible to use
<emphasis>
<property>"copyControl" </property>
</emphasis>,
@@ -174,12 +180,9 @@
</emphasis>
<!--<emphasis>
<property>"removeAll_disabled" </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>"copyControlLabel"</property></emphasis>, <emphasis><property>"removeControlLabel"</property></emphasis>,
- <emphasis><property>"copyAllControlLabel"</property></emphasis>, <emphasis><property>"removeAllControlLabel"</property></emphasis>attributes.
- </para>
+
<!-- attributes -->
<para> The <emphasis>
<property>"sourceValue" </property>
More information about the richfaces-svn-commits
mailing list