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

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Tue Jan 22 13:59:11 EST 2008


Author: artdaw
Date: 2008-01-22 13:59:11 -0500 (Tue, 22 Jan 2008)
New Revision: 5543

Modified:
   trunk/docs/userguide/en/src/main/docbook/included/calendar.xml
Log:
http://jira.jboss.com/jira/browse/RF-920 - add Classes names that define a popup element during timing selection

Modified: trunk/docs/userguide/en/src/main/docbook/included/calendar.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/calendar.xml	2008-01-22 18:17:16 UTC (rev 5542)
+++ trunk/docs/userguide/en/src/main/docbook/included/calendar.xml	2008-01-22 18:59:11 UTC (rev 5543)
@@ -315,7 +315,7 @@
       red colored.</para>
 
     <para>
-      It is possible to show and manage date. Except scrolling controls you can use quick year selection feature. 
+      It is possible to show and manage date. Except scrolling controls you can use quick month and year selection feature. 
       It&apos;s necessary to click on its field, i.e. current month control, and choose required month and year.  
     </para>
     <figure>
@@ -1131,7 +1131,7 @@
           </row>
           <row>
             <entry>rich-calendar-editor-layout-shadow</entry>
-            <entry>Defines styles for a wrapper &lt;div&gt; element for a shadow</entry>
+            <entry>Defines styles for a shadow</entry>
           </row>
           <row>
             <entry>rich-calendar-editor-btn</entry>
@@ -1161,6 +1161,62 @@
       </tgroup>
     </table>
     
+    <table>
+      <title>Classes names that define a popup element during timing selection</title>
+      
+      <tgroup cols="2">
+        <thead>
+          <row>
+            <entry>Class name</entry>
+            <entry>Description</entry>
+          </row>
+        </thead>
+        
+        <tbody>
+          <row>
+            <entry>rich-calendar-time-layout</entry>
+            <entry>Defines styles for a popup element during timing selection</entry>
+          </row>
+          <row>
+            <entry>rich-calendar-editor-layout-shadow</entry>
+            <entry>Defines styles for a shadow</entry>
+          </row>
+          <row>
+            <entry>rich-calendar-time-layout-fields</entry>
+            <entry>Defines styles for a wrapper &lt;td&gt; element for input fields and buttons</entry>
+          </row>
+          <row>
+            <entry>rich-calendar-spinner-input-container</entry>
+            <entry>Defines styles for a wrapper &lt;td&gt; element for an input field</entry>
+          </row>
+          <row>
+            <entry>rich-calendar-spinner-input</entry>
+            <entry>Defines styles for an input field</entry>
+          </row>
+          <row>
+            <entry>rich-calendar-spinner-buttons</entry>
+            <entry>Defines styles for a wrapper &lt;td&gt; element for spinner buttons</entry>
+          </row>
+          <row>
+            <entry>rich-calendar-spinner-up</entry>
+            <entry>Defines styles for a Up button</entry>
+          </row>
+          <row>
+            <entry>rich-calendar-spinner-down</entry>
+            <entry>Defines styles for a Down button</entry>
+          </row>
+          <row>
+            <entry>rich-calendar-time-layout-ok</entry>
+            <entry>Defines styles for a submit button</entry>
+          </row>
+          <row>
+            <entry>rich-calendar-time-layout-cancel</entry>
+            <entry>Defines styles for a cancel button</entry>
+          </row>
+        </tbody>
+      </tgroup>
+    </table>
+    
     <para>In order to redefine styles for all <emphasis role="bold">
         <property>&lt;rich:calendar&gt;</property>
       </emphasis> components on a page using CSS, it&apos;s enough to create classes with the




More information about the richfaces-svn-commits mailing list