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

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Mon Dec 8 08:58:50 EST 2008


Author: atsebro
Date: 2008-12-08 08:58:50 -0500 (Mon, 08 Dec 2008)
New Revision: 11632

Modified:
   trunk/docs/userguide/en/src/main/docbook/included/suggestionbox.xml
Log:
RF-657: Components descriptions should be reviewed.

Modified: trunk/docs/userguide/en/src/main/docbook/included/suggestionbox.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/suggestionbox.xml	2008-12-08 13:50:18 UTC (rev 11631)
+++ trunk/docs/userguide/en/src/main/docbook/included/suggestionbox.xml	2008-12-08 13:58:50 UTC (rev 11632)
@@ -3,7 +3,7 @@
           <sectioninfo>
                     <keywordset>
                               <keyword>on-keypress suggestion</keyword>
-                              <keyword>rich:suggestionBox</keyword>
+                              <keyword>rich:suggestionbox</keyword>
                               <keyword>HtmlsuggestionBox</keyword>
                     </keywordset>
           </sectioninfo>
@@ -124,7 +124,7 @@
                               </emphasis>) that are obligatory for the suggestion component. The
                               attributes have initial Defaults but should be specified manually in
                               order to be changed.</para>
-                    <para>The <property>suggestionBox</property> component, as it is shown on the
+                    <para>The <property>suggestionbox</property> component, as it is shown on the
                               screenshot, could get any collection for an output and outputs it in a
                               ToolTip window the same as a custom dataTable (in several columns)</para>
                     <programlisting role="XML"><![CDATA[...
@@ -141,7 +141,7 @@
                     <para>It looks on a page in the following way:</para>
                     <figure>
                               <title><emphasis role="bold">
-                                                  <property>&lt;rich:suggestionBox&gt;</property>
+                                                  <property>&lt;rich:suggestionbox&gt;</property>
                                         </emphasis> with ToolTip window</title>
                               <mediaobject>
                                         <imageobject>
@@ -172,7 +172,7 @@
                               value starting from the last token:</para>
                     <figure>
                               <title><emphasis role="bold">
-                                                  <property>&lt;rich:suggestionBox&gt;</property>
+                                                  <property>&lt;rich:suggestionbox&gt;</property>
                                         </emphasis> with chosen word</title>
                               <mediaobject>
                                         <imageobject>
@@ -193,7 +193,7 @@
                                         Project</ulink>).</para>
                     <para>In addition to these attributes common for Ajax action components and
                               limiting requests quantity and frequency,
-                              <property>suggestionBox</property> has one more its own attribute
+                              <property>suggestionbox</property> has one more its own attribute
                               limiting requests (the <emphasis>
                                         <property>&quot;minChars&quot;</property>
                               </emphasis> attribute). The attribute defines characters quantity
@@ -236,7 +236,7 @@
 
                     <figure>
                               <title><emphasis role="bold">
-                                                  <property>&lt;rich:suggestionBox&gt;</property>
+                                                  <property>&lt;rich:suggestionbox&gt;</property>
                                         </emphasis> with empty list</title>
                               <mediaobject>
                                         <imageobject>
@@ -245,7 +245,7 @@
                               </mediaobject>
                     </figure>
                     <para> There is such feature in <emphasis role="bold">
-                                        <property>&lt;rich:suggestionBox&gt;</property>
+                                        <property>&lt;rich:suggestionbox&gt;</property>
                               </emphasis> component as object selection. If you want that selected
                               item has been represented as object, you could set to "true" the value
                               for <emphasis>
@@ -355,7 +355,7 @@
                               </emphasis></para>
 
                     <para>There are two ways to redefine the appearance of all <emphasis role="bold">
-                                        <property>&lt;rich:suggestionBox&gt;</property>
+                                        <property>&lt;rich:suggestionbox&gt;</property>
                               </emphasis> components at once:</para>
 
                     <itemizedlist>
@@ -367,7 +367,7 @@
                                         <para>Add to your style sheets <emphasis>
                                                   <property>style classes</property>
                                                   </emphasis> used by a <emphasis role="bold">
-                                                  <property>&lt;rich:suggestionBox&gt;</property>
+                                                  <property>&lt;rich:suggestionbox&gt;</property>
                                                   </emphasis> component</para>
                               </listitem>
                     </itemizedlist>
@@ -530,7 +530,7 @@
                     <para>On the screenshot, there are classes names defining specified elements.</para>
 
                     <table id="suggBoxC">
-                              <title>Classes names that define a suggestionBox</title>
+                              <title>Classes names that define a suggestionbox</title>
 
                               <tgroup cols="2">
                                         <thead>
@@ -626,7 +626,7 @@
                     </table>
 
                     <para>In order to redefine styles for all <emphasis role="bold">
-                                        <property>&lt;rich:suggestionBox&gt;</property>
+                                        <property>&lt;rich:suggestionbox&gt;</property>
                               </emphasis> components on a page using CSS, it&apos;s enough to
                               create classes with the same names (possible classes could be found in
                               the tables <link linkend="suggBoxC"> above</link>) and define
@@ -656,10 +656,10 @@
 
                     <para>Also it&apos;s possible to change styles of particular <emphasis
                                         role="bold">
-                                        <property>&lt;rich:suggestionBox&gt;</property>
+                                        <property>&lt;rich:suggestionbox&gt;</property>
                               </emphasis> component. In this case you should create own style
                               classes and use them in corresponding <emphasis role="bold">
-                                        <property>&lt;rich:suggestionBox&gt;</property>
+                                        <property>&lt;rich:suggestionbox&gt;</property>
                               </emphasis>
                               <emphasis>
                                         <property>styleClass</property>
@@ -676,7 +676,7 @@
                     <para>The <emphasis>
                                         <property>&quot;selectedClass&quot;</property>
                               </emphasis> attribute for <emphasis role="bold">
-                                        <property>&lt;rich:suggestionBox&gt;</property>
+                                        <property>&lt;rich:suggestionbox&gt;</property>
                               </emphasis> is defined as it&apos;s shown in the example below:</para>
 
                     <para>
@@ -713,7 +713,7 @@
 					page at RichFaces Livedemo for examples of component usage and sources.
 					</para>
 					<para>RichFaces cookbook at JBoss Portal includes some articles that cover different aspects of working with 
-					<emphasis role="bold"><property>&lt;rich:suggestionBox&gt;</property></emphasis>:
+					<emphasis role="bold"><property>&lt;rich:suggestionbox&gt;</property></emphasis>:
 					</para>
 					<itemizedlist>
 					    <listitem>




More information about the richfaces-svn-commits mailing list