[richfaces-svn-commits] JBoss Rich Faces SVN: r6460 - trunk/docs/userguide/en/src/main/docbook/included.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Fri Feb 29 12:25:01 EST 2008


Author: smukhina
Date: 2008-02-29 12:25:01 -0500 (Fri, 29 Feb 2008)
New Revision: 6460

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

Modified: trunk/docs/userguide/en/src/main/docbook/included/comboBox.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/comboBox.desc.xml	2008-02-29 16:32:01 UTC (rev 6459)
+++ trunk/docs/userguide/en/src/main/docbook/included/comboBox.desc.xml	2008-02-29 17:25:01 UTC (rev 6460)
@@ -9,7 +9,7 @@
         <title>Description</title>
         <para>The <emphasis role="bold">
             <property>&lt;rich:comboBox&gt;</property>
-        </emphasis> is a component, that provides editable combo box element on  the page.</para>
+        </emphasis> is a component, that provides editable combo box element on  a page.</para>
         <figure>
             <title><emphasis role="bold"><property>&lt;rich:comboBox&gt;</property></emphasis> component</title>
             <mediaobject> 

Modified: trunk/docs/userguide/en/src/main/docbook/included/comboBox.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/comboBox.xml	2008-02-29 16:32:01 UTC (rev 6459)
+++ trunk/docs/userguide/en/src/main/docbook/included/comboBox.xml	2008-02-29 17:25:01 UTC (rev 6460)
@@ -75,7 +75,7 @@
            
             <itemizedlist>
                 <listitem>Default - only input and button is shown</listitem>
-                <listitem>Input, button and popup list of suggestions attached to input is shown</listitem>
+                <listitem>Input, button and a popup list of suggestions attached to input is shown</listitem>
             </itemizedlist>
         </para>
         <para>
@@ -115,8 +115,8 @@
             The <emphasis><property> &quot;value&quot;</property></emphasis> attribute stores value from input after submit. 
         </para>
         <para>
-            The <emphasis><property> &quot;directInputSuggestions&quot;</property></emphasis> attribute defines, how the first value from the suggested appears in input field. 
-            If it&apos;s &quot;true&quot; the first value appears with untyped part highlighted. 
+            The <emphasis><property> &quot;directInputSuggestions&quot;</property></emphasis> attribute defines, how the first value from the suggested one appears in an input field. 
+            If it&apos;s &quot;true&quot; the first value appears with the suggested part highlighted. 
         </para>
                                 
             <figure>
@@ -134,8 +134,8 @@
         
         </para>
         <para>
-        The <emphasis><property> &quot;selectFirstOnUpdate&quot;</property></emphasis> attribute defines if the first value from suggested is selected in popup list. 
-        If it&apos;s &quot;false&quot; nothing is selected in the list before user hovered some item via mouse. Also nothing could be selected after mouse out the list. 
+        The <emphasis><property> &quot;selectFirstOnUpdate&quot;</property></emphasis> attribute defines if the first value from suggested is selected in a popup list. 
+        If it&apos;s &quot;false&quot; 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. 
             </para>
             <figure>
                 <title><emphasis role="bold">
@@ -151,12 +151,12 @@
         
         <para>
             The <emphasis><property> &quot;filterNewValues&quot;</property></emphasis> attribute defines the appearance of values in the list.
-            If it&apos;s &quot;true&quot; only the part of list, which satisfies the prefix entered, could appears in popup list.
-            If it&apos;s &quot;false&quot; all values appear in the popup list. But the list could be scrolled to the first value that satisfies the prefix.            
+            If it&apos;s &quot;true&quot; only the part of a list, which satisfies the prefix entered appears in a popup list.
+            If it&apos;s &quot;false&quot; all values appear in the popup list. But the list is scrolled to the first value that satisfies the prefix.            
         </para>
         
         <para>
-            The <emphasis role="bold"><property>&lt;rich:comboBox&gt;</property></emphasis> component provides to use sizes attributes:
+            The <emphasis role="bold"><property>&lt;rich:comboBox&gt;</property></emphasis> component allows to use sizes attributes:
             <itemizedlist>
                 <listitem>
                     <emphasis><property> &quot;listWidth&quot;</property></emphasis> and <emphasis><property> &quot;listHeight&quot;</property></emphasis> attributes




More information about the richfaces-svn-commits mailing list