[richfaces-svn-commits] JBoss Rich Faces SVN: r4763 - branches/3.1.x/docs/userguide/en/src/main/docbook/included.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed Dec 12 05:49:42 EST 2007


Author: vkorluzhenko
Date: 2007-12-12 05:49:42 -0500 (Wed, 12 Dec 2007)
New Revision: 4763

Modified:
   branches/3.1.x/docs/userguide/en/src/main/docbook/included/calendar.xml
Log:
http://jira.jboss.com/jira/browse/RF-1196 - timing description

Modified: branches/3.1.x/docs/userguide/en/src/main/docbook/included/calendar.xml
===================================================================
--- branches/3.1.x/docs/userguide/en/src/main/docbook/included/calendar.xml	2007-12-12 09:49:53 UTC (rev 4762)
+++ branches/3.1.x/docs/userguide/en/src/main/docbook/included/calendar.xml	2007-12-12 10:49:42 UTC (rev 4763)
@@ -292,7 +292,7 @@
 
     <para>This is a result:</para>
     <figure>
-      <title>Using facets </title>
+      <title>Facets usage</title>
 
       <mediaobject>
         <imageobject>
@@ -311,8 +311,26 @@
       </emphasis> facet, {nextYearControl}, {previousYearControl} are absent. Numbers of weeks are
       red colored.</para>
 
-    <para>It&apos;s possible to program events for calendar from JavaScript code. A simplest example of
-      usage JavaScript API is placed below:</para>
+    <para>The <emphasis role="bold">
+        <property>&lt;rich:calendar&gt;</property>
+      </emphasis> component allows to show and manage time. It&apos;s necessary to define time
+      in a pattern (for example, it could be defined as &quot;d/M/yy HH:mm&quot;). Then after
+      you choose some data in the calendar, it becomes possible to manage time for this date. For time editing
+      it&apos;s necessary to click on its field (see a picture below). To clean the field click
+      on the &quot;Clean&quot;.</para>
+    
+    <figure>
+      <title>Timing</title>
+      
+      <mediaobject>
+        <imageobject>
+          <imagedata fileref="images/calendar4.png"/>
+        </imageobject>
+      </mediaobject>
+    </figure>
+
+    <para>It&apos;s possible to program events for calendar from JavaScript code. A simplest
+      example of usage JavaScript API is placed below:</para>
     <para>
       <emphasis role="bold">Example:</emphasis>
     </para>
@@ -324,7 +342,7 @@
         </a4j:form>
 ...
 ]]></programlisting>
-    
+
     <para>Also the discussion about this problem can be found on the <ulink
         url="http://www.jboss.com/index.html?module=bb&amp;op=viewtopic&amp;p=4078301#4078301"
         >RichFaces Users Forum</ulink>.</para>
@@ -382,8 +400,8 @@
           <row>
             <entry>selectDate(date)</entry>
 
-            <entry>Selects the date specified. If the date isn&apos;t in current month - performs
-              request to select</entry>
+            <entry>Selects the date specified. If the date isn&apos;t in current month -
+              performs request to select</entry>
           </row>
 
           <row>




More information about the richfaces-svn-commits mailing list