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

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Tue Sep 18 13:31:33 EDT 2007


Author: vkorluzhenko
Date: 2007-09-18 13:31:32 -0400 (Tue, 18 Sep 2007)
New Revision: 2984

Modified:
   trunk/docs/userguide/en/src/main/docbook/included/calendar.xml
   trunk/docs/userguide/en/src/main/docbook/included/dataTable.xml
   trunk/docs/userguide/en/src/main/docbook/included/datascroller.xml
   trunk/docs/userguide/en/src/main/docbook/included/dropDownMenu.xml
   trunk/docs/userguide/en/src/main/docbook/included/menuGroup.xml
   trunk/docs/userguide/en/src/main/docbook/included/menuItem.xml
Log:
http://jira.jboss.com/jira/browse/RF-920 - changed titles, headers and content of the tables (for skins and classes)

Modified: trunk/docs/userguide/en/src/main/docbook/included/calendar.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/calendar.xml	2007-09-18 15:08:21 UTC (rev 2983)
+++ trunk/docs/userguide/en/src/main/docbook/included/calendar.xml	2007-09-18 17:31:32 UTC (rev 2984)
@@ -456,7 +456,7 @@
     </table>
     
     <table>
-      <title>Skin parameters redefinition for header elements (header, optional header)</title>
+      <title>Skin parameters redefinition for headers (header, optional header)</title>
       
       <tgroup cols="2">
         <thead>
@@ -497,7 +497,7 @@
     </table>
     
     <table>
-      <title>Skin parameters redefinition for footer elements (footer, optional footer) and names of working days</title>
+      <title>Skin parameters redefinition for footers (footer, optional footer) and names of working days</title>
       
       <tgroup cols="2">
         <thead>
@@ -788,6 +788,8 @@
   <section>
     <title>Definition of Custom Style Classes</title>
 
+    <para>On the screenshot there are classes names that define styles for component elements.</para>
+
     <figure>
       <title>Style classes</title>
 
@@ -798,8 +800,6 @@
       </mediaobject>
     </figure>
 
-    <para>On the screenshot, there are classes names defining specified elements.</para>
-
     <table>
       <title>Classes names that define an input field and a button appearance</title>
 

Modified: trunk/docs/userguide/en/src/main/docbook/included/dataTable.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/dataTable.xml	2007-09-18 15:08:21 UTC (rev 2983)
+++ trunk/docs/userguide/en/src/main/docbook/included/dataTable.xml	2007-09-18 17:31:32 UTC (rev 2984)
@@ -126,7 +126,10 @@
   </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>DataTable class names</title>
       <mediaobject>
@@ -135,65 +138,64 @@
         </imageobject>
       </mediaobject>
     </figure>
-    <para>On the screenshot there are class names defining the marked elements.</para>
-    
+        
     <table>
-      <title>Component skin classes</title>
+      <title>Classes names that define a table appearance</title>
       <tgroup cols="2">
         <thead>
           <row>
             <entry>Class name</entry>
-            <entry>An element defined with a class</entry>
+            <entry>Description</entry>
           </row>
         </thead>
         <tbody>
           <row>
             <entry>rich-table</entry>
-            <entry>Applied to the <emphasis><property>&quot;table&quot;</property></emphasis> element</entry>
+            <entry>Defines styles for all table</entry>
           </row>
           <row>
             <entry>rich-table-caption</entry>
-            <entry>Applied to facet=&quot;caption&quot;</entry>
+            <entry>Defines styles for a &quot;caption&quot; facet element</entry>
           </row>
           <row>
             <entry>rich-table-header</entry>
-            <entry>Applied to a whole header &quot;header&quot;</entry>
+            <entry>Defines styles for a table header row</entry>
           </row>
           <row>
             <entry>rich-table-headercell</entry>
-            <entry>Applied to a particular cell of a header &quot;header&quot;</entry>
+            <entry>Defines styles for a header cell</entry>
           </row>
           <row>
             <entry>rich-table-subheader</entry>
-            <entry>Applied to the whole subheader &quot;header&quot;</entry>
+            <entry>Defines styles for a column header</entry>
           </row>
           <row>
             <entry>rich-table-subheadercell</entry>
-            <entry>Applied to a particular cell of subheader &quot;header&quot;</entry>
+            <entry>Defines styles for a column header cell</entry>
           </row>
           <row>
             <entry>rich-table-cell</entry>
-            <entry> Applied to a particular table cell</entry>
+            <entry>Defines styles for a table cell</entry>
           </row>
           <row>
             <entry>rich-table-row</entry>
-            <entry>Applied to the whole table row</entry>
+            <entry>Defines styles for a table row</entry>
           </row>
           <row>
             <entry>rich-table-subfooter</entry>
-            <entry>Applied to the whole subheader &quot;footer&quot;</entry>
+            <entry>Defines styles for a column footer</entry>
           </row>
           <row>
             <entry>rich-table-subfootercell</entry>
-            <entry>Applied to a particular subheader &quot;footer&quot;</entry>
+            <entry>Defines styles for a column footer cell</entry>
           </row>
           <row>
             <entry>rich-table-footer</entry>
-            <entry>Applied to the whole &quot;footer&quot;</entry>
+            <entry>Defines styles for a footer row</entry>
           </row>
           <row>
-            <entry>rich-table- footercell</entry>
-            <entry>Applied to the specific of &quot;footer&quot;</entry>
+            <entry>rich-table-footercell</entry>
+            <entry>Defines styles for a footer cell</entry>
           </row>
         </tbody>
       </tgroup>

Modified: trunk/docs/userguide/en/src/main/docbook/included/datascroller.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/datascroller.xml	2007-09-18 15:08:21 UTC (rev 2983)
+++ trunk/docs/userguide/en/src/main/docbook/included/datascroller.xml	2007-09-18 17:31:32 UTC (rev 2984)
@@ -330,7 +330,9 @@
 
     <section>
       <title>Definition of Custom Style Classes</title>
-    
+
+      <para>On the screenshot there are classes names that define styles for component elements.</para>
+
     <figure>
       <title>Style classes</title>
       <mediaobject>
@@ -340,8 +342,6 @@
       </mediaobject>
     </figure>
 
-    <para>On the screenshot, there are classes names that define specified elements.</para>
-
     <table>
       <title>Classes names that define a component appearance</title>
       <tgroup cols="2">

Modified: trunk/docs/userguide/en/src/main/docbook/included/dropDownMenu.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/dropDownMenu.xml	2007-09-18 15:08:21 UTC (rev 2983)
+++ trunk/docs/userguide/en/src/main/docbook/included/dropDownMenu.xml	2007-09-18 17:31:32 UTC (rev 2984)
@@ -319,12 +319,12 @@
     <title> Skin parameters redefinition</title>
 
     <table>
-      <title>Label Skin parameters redefinition</title>
+      <title>Skin parameters redefinition for a label &lt;div&gt; element</title>
 
       <tgroup cols="2">
         <thead>
           <row>
-            <entry>Skin parameters for label div element</entry>
+            <entry>Skin parameters</entry>
 
             <entry>CSS properties</entry>
           </row>
@@ -347,12 +347,12 @@
     </table>
 
     <table>
-      <title>Label Skin parameters redefinition</title>
+      <title>Skin parameters redefinition for a selected label</title>
 
       <tgroup cols="2">
         <thead>
           <row>
-            <entry>Skin parameters for selected label element</entry>
+            <entry>Skin parameters</entry>
 
             <entry>CSS properties</entry>
           </row>
@@ -381,12 +381,12 @@
     </table>
 
     <table>
-      <title>Popup Skin parameters redefinition</title>
+      <title>Skin parameters redefinition for a border</title>
 
       <tgroup cols="2">
         <thead>
           <row>
-            <entry>Skin parameters for border element</entry>
+            <entry>Skin parameters</entry>
 
             <entry>CSS properties</entry>
           </row>
@@ -409,12 +409,12 @@
     </table>
 
     <table>
-      <title>Popup Skin parameters redefinition</title>
+      <title>Skin parameters redefinition for a background</title>
 
       <tgroup cols="2">
         <thead>
           <row>
-            <entry>Skin parameters for background element</entry>
+            <entry>Skin parameters</entry>
 
             <entry>CSS properties</entry>
           </row>
@@ -446,7 +446,7 @@
   <section>
     <title>Definition of Custom Style Classes</title>
 
-    <para>In the screenshot, there are classes names that define the element label.</para>
+    <para>On the screenshot there are classes names that define styles for component elements.</para>
 
     <figure>
       <title>Classes names</title>
@@ -459,7 +459,7 @@
     </figure>
 
     <table>
-      <title>Classes names that define element label</title>
+      <title>Classes names that define a label</title>
 
       <tgroup cols="2">
         <thead>
@@ -472,35 +472,35 @@
 
         <tbody>
           <row>
-            <entry>Rich-label-text-decor</entry>
+            <entry>rich-label-text-decor</entry>
 
-            <entry>Defines the text style of a representation element</entry>
+            <entry>Defines text style for a representation element</entry>
           </row>
 
           <row>
-            <entry>Rich-ddmenu-label</entry>
+            <entry>rich-ddmenu-label</entry>
 
-            <entry>Defines the class for wrapping div element of a representation element</entry>
+            <entry>Defines styles for a wrapper &lt;div&gt; element of a representation element</entry>
           </row>
 
           <row>
-            <entry>Rich-ddmenu-label-select</entry>
+            <entry>rich-ddmenu-label-select</entry>
 
-            <entry>Defines the class for wrapping div element of the selected representation
+            <entry>Defines styles for a wrapper &lt;div&gt; element of a selected representation
             element</entry>
           </row>
 
           <row>
-            <entry>Rich-ddmenu-label-unselect</entry>
+            <entry>rich-ddmenu-label-unselect</entry>
 
-            <entry>Defines the class for wrapping div element of a representation element that isn't
-              selected</entry>
+            <entry>Defines styles for a wrapper &lt;div&gt; element of a unselected representation 
+              element </entry>
           </row>
         </tbody>
       </tgroup>
     </table>
 
-    <para>In the screenshot, there are classes names that define an element pop-up.</para>
+    <para>On the screenshot there are classes names that define styles for component elements.</para>
 
     <figure>
       <title>Classes names</title>
@@ -511,9 +511,9 @@
         </imageobject>
       </mediaobject>
     </figure>
-
+    
     <table>
-      <title>Classes names that define element popup</title>
+      <title>Classes names that define a popup element</title>
 
       <tgroup cols="2">
         <thead>
@@ -526,15 +526,15 @@
 
         <tbody>
           <row>
-            <entry>Rich-menu-list-border</entry>
+            <entry>rich-menu-list-border</entry>
 
-            <entry>Defines a class for borders elements</entry>
+            <entry>Defines styles for borders</entry>
           </row>
 
           <row>
-            <entry>Rich-menu-list-bg</entry>
+            <entry>rich-menu-list-bg</entry>
 
-            <entry>Defines the class for a general background list</entry>
+            <entry>Defines styles for a general background list</entry>
           </row>
         </tbody>
       </tgroup>

Modified: trunk/docs/userguide/en/src/main/docbook/included/menuGroup.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/menuGroup.xml	2007-09-18 15:08:21 UTC (rev 2983)
+++ trunk/docs/userguide/en/src/main/docbook/included/menuGroup.xml	2007-09-18 17:31:32 UTC (rev 2984)
@@ -175,11 +175,11 @@
     <section>
         <title>Skin parameters redefinition</title>
         <table>
-            <title>Label Skin parameters redefinition</title>
+            <title>Skin parameters redefinition for a group</title>
             <tgroup cols="2">
                 <thead>
                     <row>
-                        <entry>Skin parameters for group</entry>
+                        <entry>Skin parameters</entry>
                         <entry>CSS properties</entry>
                     </row>
                 </thead>
@@ -196,11 +196,11 @@
             </tgroup>
         </table>
         <table>
-            <title>Label Skin parameters redefinition</title>
+            <title>Skin parameters redefinition for a disabled group</title>
             <tgroup cols="2">
                 <thead>
                     <row>
-                        <entry>Skin parameters for disabled group</entry>
+                        <entry>Skin parameters</entry>
                         <entry>CSS properties</entry>
                     </row>
                 </thead>
@@ -214,11 +214,11 @@
         </table>
 
         <table>
-            <title>Label Skin parameters redefinition</title>
+            <title>Skin parameters redefinition for a label</title>
             <tgroup cols="2">
                 <thead>
                     <row>
-                        <entry>Skin parameters for text label</entry>
+                        <entry>Skin parameters</entry>
                         <entry>CSS properties</entry>
                     </row>
                 </thead>
@@ -233,8 +233,8 @@
     </section>
 
     <section>
-        <title> Definition custom style classes </title>
-        <para> The classes names that define group element appearance are in the screenshot. </para>
+        <title>Definition of Custom Style Classes</title>
+        <para>On the screenshot there are classes names that define styles for component elements.</para>
         <figure>
             <title>Classes names</title>
             <mediaobject>
@@ -244,7 +244,7 @@
             </mediaobject>
         </figure>
         <table>
-            <title>Classes names that define group element appearance.</title>
+            <title>Classes names that define an appearance of group elements</title>
             <tgroup cols="2">
                 <thead>
                     <row>
@@ -254,28 +254,27 @@
                 </thead>
                 <tbody>
                     <row>
-                        <entry>Rich-menu-group</entry>
-                        <entry>Defines the class for wrapping div element for the whole
-                        group</entry>
+                        <entry>rich-menu-group</entry>
+                        <entry>Defines styles for a wrapper &lt;div&gt; element for a group</entry>
                     </row>
                     <row>
-                        <entry>Rich-menu-item-label</entry>
-                        <entry>Defines properties for the text</entry>
+                        <entry>rich-menu-item-label</entry>
+                        <entry>Defines styles for a label of an item</entry>
                     </row>
                     <row>
-                        <entry>Rich-menu-item-icon</entry>
-                        <entry>Defines properties for the left icon element</entry>
+                        <entry>rich-menu-item-icon</entry>
+                        <entry>Defines styles for a left icon of an item</entry>
                     </row>
                     <row>
-                        <entry>Rich-menu-item-folder</entry>
-                        <entry>Defines properties for the right icon element</entry>
+                        <entry>rich-menu-item-folder</entry>
+                        <entry>Defines styles for a right icon of an item</entry>
                     </row>
                 </tbody>
             </tgroup>
         </table>
-        <para> All listed elements except for the general one are defined for disabled mode. </para>
+        
         <table>
-            <title>Classes names for disabled mode</title>
+            <title>Classes names that define different states</title>
             <tgroup cols="2">
                 <thead>
                     <row>
@@ -285,17 +284,29 @@
                 </thead>
                 <tbody>
                     <row>
-                        <entry>Rich-menu-item-label-disabled</entry>
-                        <entry>Defines properties for the text</entry>
+                        <entry>rich-menu-item-label-disabled</entry>
+                        <entry>Defines styles for a label of a disabled item</entry>
                     </row>
                     <row>
-                        <entry>Rich-menu-item-icon-disabled</entry>
-                        <entry>Defines properties for the left icon element</entry>
+                        <entry>rich-menu-item-icon-disabled</entry>
+                        <entry>Defines styles for a left icon of a disabled item</entry>
                     </row>
                     <row>
-                        <entry>Rich-menu-item-folder-disabled</entry>
-                        <entry>Defines properties for the right icon element</entry>
+                        <entry>rich-menu-item-folder-disabled</entry>
+                        <entry>Defines styles for a right icon of a disabled item</entry>
                     </row>
+                    <row>
+                        <entry>rich-menu-group-hover</entry>
+                        <entry>Defines styles for a wrapper &lt;div&gt; element of a hover group</entry>
+                    </row>
+                    <row>
+                        <entry>rich-menu-item-icon-enabled</entry>
+                        <entry>Defines styles for a left icon of an enabled item</entry>
+                    </row>
+                    <row>
+                        <entry>rich-menu-item-icon-selected</entry>
+                        <entry>Defines styles for a left icon of a selected item</entry>
+                    </row>
                 </tbody>
             </tgroup>
         </table>

Modified: trunk/docs/userguide/en/src/main/docbook/included/menuItem.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/menuItem.xml	2007-09-18 15:08:21 UTC (rev 2983)
+++ trunk/docs/userguide/en/src/main/docbook/included/menuItem.xml	2007-09-18 17:31:32 UTC (rev 2984)
@@ -180,11 +180,11 @@
     <section>
         <title>Skin parameters redefinition</title>
         <table>
-            <title>Label skin parameters redefinition</title>
+            <title>Skin parameters redefinition for an item</title>
             <tgroup cols="2">
                 <thead>
                     <row>
-                        <entry>Skin parameters for item</entry>
+                        <entry>Skin parameters</entry>
                         <entry>CSS properties</entry>
                     </row>
                 </thead>
@@ -202,11 +202,11 @@
         </table>
 
         <table>
-            <title>Label skin parameters redefinition</title>
+            <title>Skin parameters redefinition for a hovered item</title>
             <tgroup cols="2">
                 <thead>
                     <row>
-                        <entry>Skin parameters for hovered item</entry>
+                        <entry>Skin parameters</entry>
                         <entry>CSS properties</entry>
                     </row>
                 </thead>
@@ -224,11 +224,11 @@
         </table>
 
         <table>
-            <title>Label skin parameters redefinition</title>
+            <title>Skin parameters redefinition for a disabled item</title>
             <tgroup cols="2">
                 <thead>
                     <row>
-                        <entry>Skin parameters for disabled item</entry>
+                        <entry>Skin parameters</entry>
                         <entry>CSS properties</entry>
                     </row>
                 </thead>
@@ -242,11 +242,11 @@
         </table>
 
         <table>
-            <title>Label skin parameters redefinition</title>
+            <title>Skin parameters redefinition for a label</title>
             <tgroup cols="2">
                 <thead>
                     <row>
-                        <entry>Skin parameters for text element label</entry>
+                        <entry>Skin parameters</entry>
                         <entry>CSS properties</entry>
                     </row>
                 </thead>
@@ -262,7 +262,7 @@
 
     <section>
         <title> Definition of Custom Style Classes </title>
-        <para> In the screenshot, the classes names that define item element appearance are shown. </para>
+        <para> On the screenshot there are classes names that define styles for component elements.</para>
         <figure>
             <title>Class names</title>
             <mediaobject>
@@ -272,7 +272,7 @@
             </mediaobject>
         </figure>
         <table>
-            <title>Class names that define item element appearance.</title>
+            <title>Classes names that define an appearance of item elements</title>
             <tgroup cols="2">
                 <thead>
                     <row>
@@ -282,24 +282,22 @@
                 </thead>
                 <tbody>
                     <row>
-                        <entry>Rich-menu-item</entry>
-                        <entry>Defines the class for wrapping div element for the whole item</entry>
+                        <entry>rich-menu-item</entry>
+                        <entry>Defines styles for a wrapper &lt;div&gt; element for an item</entry>
                     </row>
                     <row>
-                        <entry>Rich-menu-item-label</entry>
-                        <entry>Defines properties for the text</entry>
+                        <entry>rich-menu-item-label</entry>
+                        <entry>Defines styles for a label of an item</entry>
                     </row>
                     <row>
-                        <entry>Rich-menu-item-icon</entry>
-                        <entry>Defines properties for the left icon element</entry>
+                        <entry>rich-menu-item-icon</entry>
+                        <entry>Defines styles for a left icon of an item</entry>
                     </row>
                 </tbody>
             </tgroup>
         </table>
-        <para> All listed elements except the general ones are defined for disabled, enabled, and
-            hovered modes. </para>
-        <table>
-            <title>Class names for modes</title>
+       <table>
+           <title>Classes names that define different states</title>
             <tgroup cols="2">
                 <thead>
                     <row>
@@ -309,41 +307,41 @@
                 </thead>
                 <tbody>
                     <row>
-                        <entry>Rich-menu-item-disabled</entry>
-                        <entry>Defines the class for wrapping div element for the whole item</entry>
+                        <entry>rich-menu-item-disabled</entry>
+                        <entry>Defines styles for a wrapper &lt;div&gt; element of an item</entry>
                     </row>
                     <row>
-                        <entry>Rich-menu-item-enabled</entry>
-                        <entry>Defines the class for wrapping div element for the whole item</entry>
+                        <entry>rich-menu-item-enabled</entry>
+                        <entry>Defines styles for a wrapper &lt;div&gt; element of an enabled item</entry>
                     </row>
                     <row>
-                        <entry>Rich-menu-item-hover</entry>
-                        <entry>Defines the class for wrapping div element for the whole item</entry>
+                        <entry>rich-menu-item-hover</entry>
+                        <entry>Defines styles for a wrapper &lt;div&gt; element of a hover item</entry>
                     </row>
 
                     <row>
-                        <entry>Rich-menu-item-label-disabled</entry>
-                        <entry>Defines properties for the text</entry>
+                        <entry>rich-menu-item-label-disabled</entry>
+                        <entry>Defines styles for a label of a disabled item</entry>
                     </row>
                     <row>
-                        <entry>Rich-menu-item-icon-disabled</entry>
-                        <entry>Defines properties for the left icon element</entry>
+                        <entry>rich-menu-item-icon-disabled</entry>
+                        <entry>Defines styles for a left icon of a disabled item</entry>
                     </row>
                     <row>
-                        <entry>Rich-menu-item-label-enabled</entry>
-                        <entry>Defines properties for the text</entry>
+                        <entry>rich-menu-item-label-enabled</entry>
+                        <entry>Defines styles for a label of an enabled item</entry>
                     </row>
                     <row>
-                        <entry>Rich-menu-item-icon-enabled</entry>
-                        <entry>Defines properties for the left icon element</entry>
+                        <entry>rich-menu-item-icon-enabled</entry>
+                        <entry>Defines styles for a left icon of an enabled item</entry>
                     </row>
                     <row>
-                        <entry>Rich-menu-item-label-selected</entry>
-                        <entry>Defines properties for the text</entry>
+                        <entry>rich-menu-item-label-selected</entry>
+                        <entry>Defines styles for a label of a selected item</entry>
                     </row>
                     <row>
-                        <entry>Rich-menu-item-icon-selected</entry>
-                        <entry>Defines properties for the left icon element</entry>
+                        <entry>rich-menu-item-icon-selected</entry>
+                        <entry>Defines styles for a left icon of a selected item</entry>
                     </row>
                 </tbody>
             </tgroup>




More information about the richfaces-svn-commits mailing list