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

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Fri Feb 1 05:16:32 EST 2008


Author: cluts
Date: 2008-02-01 05:16:32 -0500 (Fri, 01 Feb 2008)
New Revision: 5758

Modified:
   trunk/docs/userguide/en/src/main/docbook/included/calendar.xml
Log:
http://jira.jboss.org/jira/browse/RF-1943 - updated for calendar

Modified: trunk/docs/userguide/en/src/main/docbook/included/calendar.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/calendar.xml	2008-02-01 10:10:00 UTC (rev 5757)
+++ trunk/docs/userguide/en/src/main/docbook/included/calendar.xml	2008-02-01 10:16:32 UTC (rev 5758)
@@ -506,17 +506,19 @@
             <entry>Returns additional data for the date</entry>
           </row>
 
+        <!--
           <row>
-            <entry>enable()</entry>
-
-            <entry>Enables calendar</entry>
+          <entry>enable()</entry>
+          
+          <entry>Enables calendar</entry>
           </row>
-
+          
           <row>
-            <entry>disable()</entry>
-
-            <entry>Disables calendar</entry>
+          <entry>disable()</entry>
+          
+          <entry>Disables calendar</entry>
           </row>
+        -->  
 
           <row>
             <entry>getCurrentMonth()</entry>
@@ -531,16 +533,29 @@
           </row>
 
           <row>
-            <entry>Collapse()</entry>
+            <entry>doCollapse()</entry>
 
             <entry>Collapses calendar element</entry>
           </row>
 
           <row>
-            <entry>Expand()</entry>
+            <entry>doExpand()</entry>
 
             <entry>Expands calendar element</entry>
           </row>
+          
+          <row>
+            <entry>resetSelectedDate()</entry>
+            
+            <entry>Clears a selected day value</entry>
+          </row>
+          
+          <row>
+            <entry>doSwitch()</entry>
+            
+            <entry>Inverts a state for the popup calendar</entry>
+          </row>
+                              
         </tbody>
       </tgroup>
     </table>




More information about the richfaces-svn-commits mailing list