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

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed Jan 23 10:55:17 EST 2008


Author: artdaw
Date: 2008-01-23 10:55:17 -0500 (Wed, 23 Jan 2008)
New Revision: 5567

Modified:
   trunk/docs/userguide/en/src/main/docbook/included/calendar.xml
Log:
http://jira.jboss.com/jira/browse/RF-920 - add Classes names, Skin Parameters Redefinition

Modified: trunk/docs/userguide/en/src/main/docbook/included/calendar.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/calendar.xml	2008-01-23 15:54:48 UTC (rev 5566)
+++ trunk/docs/userguide/en/src/main/docbook/included/calendar.xml	2008-01-23 15:55:17 UTC (rev 5567)
@@ -916,7 +916,222 @@
         </tbody>
       </tgroup>
     </table>
+    
+    <!-- Quick year & month selection-->
+    <table>
+      <title>Skin parameters redefinition for a popup element during quick month and year selection</title>
+      <tgroup cols="2">
+        <thead>
+          <row>
+            <entry>Skin parameters</entry>
+            <entry>CSS properties</entry>
+          </row>
+        </thead>
+        
+        <tbody>
+          
+          <row>
+            <entry>tableBackgroundColor</entry>
+            <entry>background</entry>
+          </row>
+          
+          <row>
+            <entry>panelBorderColor</entry>
+            <entry>border-color</entry>
+          </row>
+          
+        </tbody>
+      </tgroup>
+    </table>
+    <table>
+      <title>Skin parameters redefinition for a shadow</title>
+      <tgroup cols="2">
+        <thead>
+          <row>
+            <entry>Skin parameters</entry>
+            <entry>CSS properties</entry>
+          </row>
+        </thead>
+        
+        <tbody>
+          
+          <row>
+            <entry>shadowBackgroundColor</entry>
+            <entry>background-color</entry>
+          </row>
 
+        </tbody>
+      </tgroup>
+    </table>
+  
+    <table>
+      <title>Skin parameters redefinition for a selected month and year</title>
+      <tgroup cols="2">
+        <thead>
+          <row>
+            <entry>Skin parameters</entry>
+            <entry>CSS properties</entry>
+          </row>
+        </thead>
+        
+        <tbody>
+          
+          <row>
+            <entry>calendarCurrentBackgroundColor</entry>
+            <entry>background-color</entry>
+          </row>
+          
+          <row>
+            <entry>calendarCurrentTextColor</entry>
+            <entry>color</entry>
+          </row>
+          
+        </tbody>
+      </tgroup>
+    </table>
+    
+    <table>
+      <title>Skin parameters redefinition for a hovered month and year</title>
+      <tgroup cols="2">
+        <thead>
+          <row>
+            <entry>Skin parameters</entry>
+            <entry>CSS properties</entry>
+          </row>
+        </thead>
+        
+        <tbody>
+          
+          <row>
+            <entry>panelBorderColor</entry>
+            <entry>border-color</entry>
+          </row>
+          
+          <row>
+            <entry>calendarSpecBackgroundColor</entry>
+            <entry>background</entry>
+          </row>
+          
+        </tbody>
+      </tgroup>
+    </table>
+    
+    <table>
+      <title>Skin parameters redefinition for a month items near split line</title>
+      <tgroup cols="2">
+        <thead>
+          <row>
+            <entry>Skin parameters</entry>
+            <entry>CSS properties</entry>
+          </row>
+        </thead>
+        <tbody>
+          <row>
+            <entry>panelBorderColor</entry>
+            <entry>border-right-color</entry>
+          </row>
+        </tbody>
+      </tgroup>
+    </table>
+    
+    <table>
+      <title>Skin parameters redefinition for a hovered toolbar items</title>
+      <tgroup cols="2">
+        <thead>
+          <row>
+            <entry>Skin parameters</entry>
+            <entry>CSS properties</entry>
+          </row>
+        </thead>
+        
+        <tbody>
+          
+          <row>
+            <entry>calendarWeekBackgroundColor</entry>
+            <entry>background-color</entry>
+          </row>
+          
+          <row>
+            <entry>generalTextColor</entry>
+            <entry>color</entry>
+          </row>
+          
+          <row>
+            <entry>tableBackgroundColor</entry>
+            <entry>border-color</entry>
+          </row>
+          
+          <row>
+            <entry>panelBorderColor</entry>
+            <entry>border-right-color</entry>
+          </row>
+          
+          <row>
+            <entry>panelBorderColor</entry>
+            <entry>border-bottom-color</entry>
+          </row>
+          
+        </tbody>
+      </tgroup>
+    </table>
+    
+    <table>
+      <title>Skin parameters redefinition for a pressed toolbar items</title>
+      <tgroup cols="2">
+        <thead>
+          <row>
+            <entry>Skin parameters</entry>
+            <entry>CSS properties</entry>
+          </row>
+        </thead>
+        
+        <tbody>
+          
+          <row>
+            <entry>panelBorderColor</entry>
+            <entry>border-color</entry>
+          </row>
+          
+          <row>
+            <entry>tableBackgroundColor</entry>
+            <entry>border-right-color</entry>
+          </row>
+          
+          <row>
+            <entry>tableBackgroundColor</entry>
+            <entry>border-bottom-color</entry>
+          </row>
+          
+        </tbody>
+      </tgroup>
+    </table>
+    
+    <table>
+      <title>Skin parameters redefinition for &quot;ok&quot; and &quot;cancel&quot; buttons</title>
+      <tgroup cols="2">
+        <thead>
+          <row>
+            <entry>Skin parameters</entry>
+            <entry>CSS properties</entry>
+          </row>
+        </thead>
+        
+        <tbody>
+          
+          <row>
+            <entry>additionalBackgroundColor</entry>
+            <entry>background</entry>
+          </row>
+          
+          <row>
+            <entry>panelBorderColor</entry>
+            <entry>border-top-color</entry>
+          </row>
+          
+        </tbody>
+      </tgroup>
+    </table>
+    
   </section>
 
   <section>
@@ -932,7 +1147,11 @@
           <imagedata fileref="images/calendar1a.png" scalefit="1"/>
         </imageobject>
       </mediaobject>
-    
+      <mediaobject>
+        <imageobject>
+          <imagedata fileref="images/calendar6.png" scalefit="1"/>
+        </imageobject>
+      </mediaobject>
      
     </figure>
 
@@ -1138,6 +1357,10 @@
             <entry>Defines styles for an inactive boundary date</entry>
           </row>
           <row>
+            <entry>rich-calendar-date-layout-split</entry>
+            <entry>Defines styles for a wrapper &lt;td&gt; element for month items near split line</entry>
+            </row>
+          <row>
             <entry>rich-calendar-editor-btn-selected</entry>
             <entry>Defines styles for an selected boundary date</entry>
           </row>
@@ -1145,24 +1368,32 @@
             <entry>rich-calendar-editor-btn-over</entry>
             <entry>Defines styles for a boundary date when pointer was moved onto</entry>
           </row>
+          
           <row>
+            <entry>rich-calendar-editor-tool-over</entry>
+            <entry>Defines styles for a hovered toolbar items</entry>
+          </row>
+          
+          <row>
+            <entry>rich-calendar-editor-tool-press</entry>
+            <entry>Defines styles for a pressed toolbar items</entry>
+          </row>
+          
+          <row>
             <entry>rich-calendar-date-layout-ok</entry>
-            <entry>Defines styles for a submit button</entry>
+            <entry>Defines styles for a &quot;ok&quot; button</entry>
           </row>
           <row>
             <entry>rich-calendar-date-layout-cancel</entry>
-            <entry>Defines styles for a cancel button</entry>
+            <entry>Defines styles for a &quot;cancel&quot; button</entry>
           </row>
-          <!--row>
-            <entry>rich-calendar-date-layout-split</entry>
-            <entry></entry>
-          </row-->
+
         </tbody>
       </tgroup>
     </table>
     
     <table>
-      <title>Classes names that define a popup element during timing selection</title>
+      <title>Classes names that define a popup element during time selection</title>
       
       <tgroup cols="2">
         <thead>
@@ -1175,7 +1406,7 @@
         <tbody>
           <row>
             <entry>rich-calendar-time-layout</entry>
-            <entry>Defines styles for a popup element during timing selection</entry>
+            <entry>Defines styles for a popup element during time selection</entry>
           </row>
           <row>
             <entry>rich-calendar-editor-layout-shadow</entry>
@@ -1199,19 +1430,19 @@
           </row>
           <row>
             <entry>rich-calendar-spinner-up</entry>
-            <entry>Defines styles for a Up button</entry>
+            <entry>Defines styles for a &quot;up&quot; button</entry>
           </row>
           <row>
             <entry>rich-calendar-spinner-down</entry>
-            <entry>Defines styles for a Down button</entry>
+            <entry>Defines styles for a &quot;down&quot; button</entry>
           </row>
           <row>
             <entry>rich-calendar-time-layout-ok</entry>
-            <entry>Defines styles for a submit button</entry>
+            <entry>Defines styles for a &quot;ok&quot; button</entry>
           </row>
           <row>
             <entry>rich-calendar-time-layout-cancel</entry>
-            <entry>Defines styles for a cancel button</entry>
+            <entry>Defines styles for a &quot;cancel&quot; button</entry>
           </row>
         </tbody>
       </tgroup>




More information about the richfaces-svn-commits mailing list