Author: artdaw
Date: 2008-03-25 06:33:03 -0400 (Tue, 25 Mar 2008)
New Revision: 7157
Modified:
trunk/docs/userguide/en/src/main/docbook/included/pickList.xml
Log:
http://jira.jboss.com/jira/browse/RF-2174 - "moveControlsVerticalAlign"
attribute added
Modified: trunk/docs/userguide/en/src/main/docbook/included/pickList.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/pickList.xml 2008-03-25 10:18:03 UTC
(rev 7156)
+++ trunk/docs/userguide/en/src/main/docbook/included/pickList.xml 2008-03-25 10:33:03 UTC
(rev 7157)
@@ -100,7 +100,7 @@
<f:selectItem itemValue="Audi" itemLabel="Audi"/>
<f:selectItems value="#{pickBean.testList}"/>
</rich:pickList>
- ...]]></programlisting>
+...]]></programlisting>
<para>
The <emphasis> <property>
"switchByClick"</property></emphasis> attribute provides an
option to copy and remove items between lists by one click.
@@ -125,8 +125,8 @@
</rich:pickList>
...]]></programlisting>
<para>
- If you don't want to display labels on the buttons of move controls
you need to set
- <emphasis> <property>
"showButtonsLabel"</property></emphasis> to
"false".
+ If you don't want to display labels on the buttons you need to set
+ <emphasis><property>
"showButtonsLabel"</property></emphasis> to
"false".
</para>
<figure>
<title>Move control buttons without labels</title>
@@ -137,10 +137,11 @@
</mediaobject>
</figure>
-
+ <para>
+ With the help of
<emphasis><property>"moveControlsVerticalAlign"</property></emphasis>
attribute
+ you can align <property>move controls</property> vertically.
+ </para>
-
-
<para>
The <emphasis role="bold">
<property><rich:pickList></property></emphasis>
@@ -172,7 +173,7 @@
<f:selectItem itemValue="Audi" itemLabel="Audi"/>
<f:selectItems value="#{pickBean.testList}"/>
</rich:pickList>
- ...]]></programlisting>
+...]]></programlisting>
<table>
<title>Keyboard usage for elements selection</title>
@@ -699,45 +700,6 @@
</table>
<table >
- <title>Classes names that define a button representation</title>
- <tgroup cols="2">
- <thead>
- <row>
- <entry>Class name</entry>
- <entry>Description</entry>
- </row>
- </thead>
- <tbody>
- <row>
- <entry>rich-list-picklist-button</entry>
- <entry>Defines styles for a button</entry>
- </row>
- <row>
- <entry>rich-list-picklist-button-disabled</entry>
- <entry>Defines styles for a disabled button</entry>
- </row>
- <row>
- <entry>rich-list-picklist-button-press</entry>
- <entry>Defines styles for a pressed button</entry>
- </row>
- <row>
- <entry>rich-list-picklist-button-light</entry>
- <entry>Defines styles for a button highlight</entry>
- </row>
- <row>
- <entry>rich-list-picklist-button-selection</entry>
- <entry>Defines styles for a button selection</entry>
- </row>
- <row>
- <entry>rich-list-picklist-button-content</entry>
- <entry>Defines styles for a button content</entry>
- </row>
- </tbody>
- </tgroup>
- </table>
-
-
- <table >
<title>Classes names that define a source and target items
representation</title>
<tgroup cols="2">
<thead>
@@ -868,6 +830,44 @@
</tgroup>
</table>
+ <table >
+ <title>Classes names that define a button representation</title>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Class name</entry>
+ <entry>Description</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>rich-list-picklist-button</entry>
+ <entry>Defines styles for a button</entry>
+ </row>
+ <row>
+ <entry>rich-list-picklist-button-disabled</entry>
+ <entry>Defines styles for a disabled button</entry>
+ </row>
+ <row>
+ <entry>rich-list-picklist-button-press</entry>
+ <entry>Defines styles for a pressed button</entry>
+ </row>
+ <row>
+ <entry>rich-list-picklist-button-light</entry>
+ <entry>Defines styles for a button highlight</entry>
+ </row>
+ <row>
+ <entry>rich-list-picklist-button-selection</entry>
+ <entry>Defines styles for a button selection</entry>
+ </row>
+ <row>
+ <entry>rich-list-picklist-button-content</entry>
+ <entry>Defines styles for a button content</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+
<para>In order to redefine styles for all <emphasis
role="bold">
<property><rich:pickList></property>
</emphasis> components on a page using CSS, it's enough to create
classes with the