Author: artdaw
Date: 2008-03-25 12:07:06 -0400 (Tue, 25 Mar 2008)
New Revision: 7178
Modified:
trunk/docs/userguide/en/src/main/docbook/included/comboBox.xml
Log:
http://jira.jboss.com/jira/browse/RF-1216 - screenshots for classes were changed. Some
classes were added
Modified: trunk/docs/userguide/en/src/main/docbook/included/comboBox.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/comboBox.xml 2008-03-25 16:06:38 UTC
(rev 7177)
+++ trunk/docs/userguide/en/src/main/docbook/included/comboBox.xml 2008-03-25 16:07:06 UTC
(rev 7178)
@@ -76,28 +76,27 @@
</itemizedlist>
</para>
<para>
- There are two ways to get values for the popup list of
suggestions:</para>
+ There are two ways to get values for the popup list of suggestions:
+ </para>
<itemizedlist>
<listitem>
- Using the
<emphasis><property>"suggestionValues"</property></emphasis>
attribute, that defines the suggestion collection
+ <para>Using the
<emphasis><property>"suggestionValues"</property></emphasis>
attribute, that defines the suggestion collection</para>
+ <para>
+ <emphasis role="bold">Example:</emphasis>
+ </para>
+ <programlisting role="XML"><![CDATA[...
+<rich:comboBox value="#{bean.state}"
suggestionValues="#{bean.suggestions}" />
+...]]></programlisting>
</listitem>
- </itemizedlist>
- <para>
- <emphasis role="bold">Example:</emphasis>
- </para>
-<programlisting role="XML"><![CDATA[...
-<rich:comboBox value="#{bean.state}"
suggestionValues="#{bean.suggestions}" />
-...]]></programlisting>
- <itemizedlist>
- <listitem>
+ <listitem>
+ <para>
Using the <emphasis
role="bold"><property><f:selectItem
/></property></emphasis> or <emphasis role="bold">
<property><f:selectItems
/></property></emphasis> facets
- </listitem>
- </itemizedlist>
- <para>
- <emphasis role="bold">Example:</emphasis>
- </para>
- <programlisting role="XML"><![CDATA[...
+ </para>
+ <para>
+ <emphasis role="bold">Example:</emphasis>
+ </para>
+ <programlisting role="XML"><![CDATA[...
<rich:comboBox value="#{bean.state}"
valueChangeListener="#{bean.selectionChanged}">
<f:selectItems value="#{bean.selectItems}"/>
<f:selectItem itemValue="Oregon"/>
@@ -106,6 +105,8 @@
<f:selectItem itemValue="South Carolina"/>
</rich:comboBox>
...]]></programlisting>
+ </listitem>
+ </itemizedlist>
<para> Popup list content loads at page render time. No additional requests
could be performed on the popup calling.
</para>
<para>
@@ -633,10 +634,18 @@
<title>Classes names</title>
<mediaobject>
<imageobject>
- <imagedata fileref="images/comboBox2.png"/>
+ <imagedata fileref="images/comboBox_classes1.png"/>
</imageobject>
</mediaobject>
</figure>
+ <figure>
+ <title>Classes names</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/comboBox_classes2.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
<table id="comboBoxC">
<title>Classes names that define popup list
representation</title>
@@ -795,6 +804,10 @@
<entry>rich-combobox-button-icon-inactive</entry>
<entry>Defines styles for an inactive button
icon</entry>
</row>
+ <row>
+ <entry>rich-combobox-button-icon-disabled</entry>
+ <entry>Defines styles for a disabled button
icon</entry>
+ </row>
</tbody>
</tgroup>
</table>