Author: msorokin
Date: 2008-03-07 05:10:37 -0500 (Fri, 07 Mar 2008)
New Revision: 6613
Modified:
trunk/docs/userguide/en/src/main/docbook/included/pickList.xml
Log:
http://jira.jboss.com/jira/browse/RF-2174
showButtonsLabel attribute was added with an image
Modified: trunk/docs/userguide/en/src/main/docbook/included/pickList.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/pickList.xml 2008-03-07 08:21:02 UTC
(rev 6612)
+++ trunk/docs/userguide/en/src/main/docbook/included/pickList.xml 2008-03-07 10:10:37 UTC
(rev 6613)
@@ -146,8 +146,7 @@
<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>
@@ -160,7 +159,21 @@
<f:selectItems value="#{pickBean.testList}"/>
</rich:pickList>
...]]></programlisting>
-
+ <para>
+ 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>
+ <figure>
+ <title>Move control buttons without labels</title>
+
+ <mediaobject>
+ <imageobject>
+ <imagedata
fileref="images/picklist_no_lbls.png"/>
+ </imageobject>
+ </mediaobject>
+
+ </figure>
+
<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.