Author: artdaw
Date: 2008-04-15 14:04:57 -0400 (Tue, 15 Apr 2008)
New Revision: 7847
Modified:
trunk/docs/userguide/en/src/main/docbook/included/comboBox.desc.xml
trunk/docs/userguide/en/src/main/docbook/included/comboBox.xml
Log:
http://jira.jboss.com/jira/browse/RF-1216 - Details of Usage changed according to doc
file
Modified: trunk/docs/userguide/en/src/main/docbook/included/comboBox.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/comboBox.desc.xml 2008-04-15
17:03:14 UTC (rev 7846)
+++ trunk/docs/userguide/en/src/main/docbook/included/comboBox.desc.xml 2008-04-15
18:04:57 UTC (rev 7847)
@@ -23,15 +23,27 @@
<section>
<title>Key Features</title>
<itemizedlist>
- <listitem>Highly customizable look and feel</listitem>
- <listitem>Disablement support</listitem>
- <listitem>Browser like selection</listitem>
- <listitem>Smart user-defined positioning</listitem>
+ <listitem>
+ <para>Client side suggestions</para>
+ </listitem>
+ <listitem>
+ <para>Browser like selection</para>
+ </listitem>
+ <listitem>
+ <para>Smart user-defined positioning</para>
+ </listitem>
<!--listitem>Possible to set the popup appearance delay through
<emphasis><property>"showDelay"</property></emphasis>
or
<emphasis><property>"minChars"</property></emphasis>
attributes
</listitem-->
- <listitem>Seam entity converter support</listitem>
-
+ <listitem>
+ <para>Seam entity converter support</para>
+ </listitem>
+ <listitem>
+ <para>Highly customizable look and feel</para>
+ </listitem>
+ <listitem>
+ <para>Disablement support</para>
+ </listitem>
</itemizedlist>
</section>
</section>
Modified: trunk/docs/userguide/en/src/main/docbook/included/comboBox.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/comboBox.xml 2008-04-15 17:03:14 UTC
(rev 7846)
+++ trunk/docs/userguide/en/src/main/docbook/included/comboBox.xml 2008-04-15 18:04:57 UTC
(rev 7847)
@@ -64,8 +64,13 @@
<title>Details of Usage</title>
<para>The <emphasis role="bold">
<property><rich:comboBox></property>
- </emphasis> component consists of an <property>input
field</property>, the <property>button</property> and the
<property>popup list</property> of suggestions
+ </emphasis>
+ is a simplified suggestion box component, that provides input with client
side suggestions.
+ <!--
+ component consists of an <property>input field</property>, the
<property>button</property> and the <property>popup
list</property> of suggestions
attached to input. If you want to see the popup list you can press the
<property>button</property> or type the first letter of suggested word in the
<property>input field</property>.
+ -->
+
The component could be in two states:
<!-- NEED DESCRIPTION "HOW TO MANAGE THIS"-->
@@ -91,7 +96,8 @@
<listitem>
<para>
Using the <emphasis
role="bold"><property><f:selectItem
/></property></emphasis> or <emphasis role="bold">
- <property><f:selectItems
/></property></emphasis> facets
+ <property><f:selectItems
/></property></emphasis> facets which considers only
+ <emphasis role="bold"><property><value
/></property></emphasis> attribute.
</para>
<para>
<emphasis role="bold">Example:</emphasis>
@@ -136,7 +142,7 @@
<para>
The <emphasis><property>
"selectFirstOnUpdate"</property></emphasis> attribute
defines if the first value from suggested is selected in a popup list.
- If it's "false" nothing is selected in the list before
a user hovers some item with the mouse. Also nothing could be selected after the mouse is
out the list.
+ If it's "false" nothing is selected in the list before
a user hovers some item with the mouse.
</para>
<para>
<emphasis role="bold">Example:</emphasis>
@@ -234,7 +240,7 @@
</listitem>
</itemizedlist>
</para>
- <para>It's possible to program events for comboBox from JavaScript
code. A simplest example of usage JavaScript API is placed below:</para>
+ <para>It's possible to handle events for comboBox from JavaScript code.
A simplest example of usage JavaScript API is placed below:</para>
<para>
<emphasis role="bold">Example:</emphasis>
</para>