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

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Thu Sep 20 12:34:39 EDT 2007


Author: vkorluzhenko
Date: 2007-09-20 12:34:39 -0400 (Thu, 20 Sep 2007)
New Revision: 3027

Modified:
   trunk/docs/userguide/en/src/main/docbook/included/inputNumberSlider.xml
Log:
http://jira.jboss.com/jira/browse/RF-920 - corrected descriptions for classe, tables names and headers.

Modified: trunk/docs/userguide/en/src/main/docbook/included/inputNumberSlider.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/inputNumberSlider.xml	2007-09-20 16:34:26 UTC (rev 3026)
+++ trunk/docs/userguide/en/src/main/docbook/included/inputNumberSlider.xml	2007-09-20 16:34:39 UTC (rev 3027)
@@ -3,7 +3,7 @@
   <sectioninfo>
     <keywordset>
       <keyword>dragged handle control</keyword>
-      <keyword>rich:unputNumberSlider</keyword>
+      <keyword>rich:inputNumberSlider</keyword>
       <keyword>HtmlInputNumberSlider</keyword>
     </keywordset>
   </sectioninfo>
@@ -151,12 +151,16 @@
           <property>style classes</property>
         </emphasis> used by the inputNumberSlider to your page style sheets</listitem>
     </itemizedlist>
+  </section>
+  
+  <section>   
+    <title>Skin parameters redefinition</title>
     <table>
-      <title>Skin parameters redefinition:</title>
+      <title>Skin parameters redefinition  for a hint</title>
       <tgroup cols="2">
         <thead>
           <row>
-            <entry>Skin parameters for a hint</entry>
+            <entry>Skin parameters</entry>
             <entry>CSS properties</entry>
           </row>
         </thead>
@@ -173,7 +177,7 @@
       </tgroup>
     </table>
     <table>
-      <title>Parameters for header element:</title>
+      <title>Skin parameters redefinition  for a header</title>
       <tgroup cols="2">
         <thead>
           <row>
@@ -191,48 +195,48 @@
     </table>
   </section>
   <section>
-    <title>Definition custom style classes</title>
+    <title>Definition of Custom Style Classes</title>
+    
+    <para>On the screenshot there are classes names that define styles for component elements.</para>
+    
     <figure>
-      <title>Custom style classes of inputNumberSlider</title>
+      <title>Style classes</title>
       <mediaobject>
         <imageobject>
           <imagedata fileref="images/slider5.gif"/>
         </imageobject>
       </mediaobject>
     </figure>
-    <para>On the screenshot, there are classes names that define specified elements</para>
+    
     <table>
-      <title>Predefined component skin class</title>
+      <title>Classes names that define a component appearance</title>
       <tgroup cols="2">
         <thead>
           <row>
             <entry>Class name</entry>
-            <entry>Class description</entry>
+            <entry>Description</entry>
           </row>
         </thead>
         <tbody>
           <row>
             <entry>rich-slider-bound</entry>
-            <entry>The class defines panel common style. It&apos;s used in the outside <emphasis
-                role="bold">
-                <property>&lt;div&gt;</property>
-              </emphasis>element</entry>
+            <entry>Defines styles for a wrapper &lt;div&gt; element of the component</entry>
           </row>
           <row>
             <entry>rich-slider-track</entry>
-            <entry>a bar to move a pointer</entry>
+            <entry>Defines styles for a bar</entry>
           </row>
           <row>
             <entry>rich-slider-handle</entry>
-            <entry>a slider handle</entry>
+            <entry>Defines styles for a slider handle</entry>
           </row>
           <row>
             <entry>rich-slider-input</entry>
-            <entry>a text field</entry>
+            <entry>Defines styles for a text field</entry>
           </row>
           <row>
             <entry>rich-slider-tip</entry>
-            <entry>a tooltip</entry>
+            <entry>Defines styles for a tooltip</entry>
           </row>
         </tbody>
       </tgroup>




More information about the richfaces-svn-commits mailing list