Author: msorokin
Date: 2008-03-06 11:05:49 -0500 (Thu, 06 Mar 2008)
New Revision: 6603
Modified:
trunk/docs/userguide/en/src/main/docbook/included/pickList.xml
Log:
http://jira.jboss.com/jira/browse/RF-2174
Description was rewritten.
Modified: trunk/docs/userguide/en/src/main/docbook/included/pickList.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/pickList.xml 2008-03-06 15:48:45 UTC
(rev 6602)
+++ trunk/docs/userguide/en/src/main/docbook/included/pickList.xml 2008-03-06 16:05:49 UTC
(rev 6603)
@@ -140,15 +140,15 @@
...]]></programlisting>
<para>
- A <property>move controls set</property> could be defined with
+ Lables of <property>move controls</property> can be defined with
<emphasis>
<property>
"copyAllControlLabel"</property></emphasis>,
<emphasis>
- <property>
"copyControlLabel"</property></emphasis>, <emphasis>
- <property>
"removeControlLabel"</property></emphasis>,
<emphasis>
- <property>
"removeAllControlLabel"</property>
- </emphasis> attributes.
-
- </para>
+ <property>
"copyControlLabel"</property></emphasis>,
+ <emphasis> <property>
"removeControlLabel"</property></emphasis>,
+ <emphasis> <property>
"removeAllControlLabel"</property></emphasis> attributes.
+ If you want not to display labels on the buttons of move controls you need to
set
+ <emphasis> <property>
"showButtonsLabel"</property></emphasis> to<property>
"false"</property>.
+ </para>
<para>
<emphasis role="bold">Example:</emphasis>
</para>
@@ -160,7 +160,14 @@
<f:selectItems value="#{pickBean.testList}"/>
</rich:pickList>
...]]></programlisting>
+
+ <para>
+ <emphasis> <property>
"switchByClick"</property></emphasis> provides an option to
copy and remove a list item by one click,
+ default the value of this attribute is <property>
"false"</property> , and you need a double click to copy, remove a
list item.
+ </para>
+
+
<!-- ordering control set-->
<table>
@@ -184,7 +191,7 @@
else select the active row. All other selections are
cleared</entry>
</row>
<row>
- <entry>D</entry>
+ <entry>CTRL+A</entry>
<entry>Selects all elements inside the list if some active
element is
already present in a list</entry>
</row>
@@ -519,7 +526,7 @@
<section>
<title>Definition of Custom Style Classes</title>
- <para>On the screenshot there are classes names that define styles for
component elements.</para>
+ <para>The following picture illustrates how CSS classes define styles for
component elements.</para>
<figure>