You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by de...@apache.org on 2006/01/29 08:30:49 UTC

svn commit: r373293 - /myfaces/tomahawk/trunk/core/src/site/xdoc/calendar.xml

Author: dennisbyrne
Date: Sat Jan 28 23:30:46 2006
New Revision: 373293

URL: http://svn.apache.org/viewcvs?rev=373293&view=rev
Log:
calendar -> inputCalendar

Modified:
    myfaces/tomahawk/trunk/core/src/site/xdoc/calendar.xml

Modified: myfaces/tomahawk/trunk/core/src/site/xdoc/calendar.xml
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/core/src/site/xdoc/calendar.xml?rev=373293&r1=373292&r2=373293&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/core/src/site/xdoc/calendar.xml (original)
+++ myfaces/tomahawk/trunk/core/src/site/xdoc/calendar.xml Sat Jan 28 23:30:46 2006
@@ -79,20 +79,20 @@
         <section name="Usage">
             
             <source xml:space="preserve">
-&lt;t:calendar [ HTML universal attributes ]
+&lt;t:inputCalendar [ HTML universal attributes ]
                [ HTML event handler attributes ]
                [ UIInput standard attributes (i.e. valueChangeListener) ]
                [monthYearRowClass="month-and-year-header-row-css-class"]
                [weekRowClass="week-header-row-css-class"]
                [dayCellClass="empty-or-date-cell-css-class"]
                [currentDayCellClass="currently-selected-day-cell-css-class"]&gt;
-&lt;/t:calendar&gt;
+&lt;/t:inputCalendar&gt;
             </source>
         </section>
         <!-- Syntax -->
         <section name="Syntax">
             
-            <blockquote><h3>&lt;t:calendar/&gt;</h3>
+            <blockquote><h3>&lt;t:inputCalendar/&gt;</h3>
                 <code>
                     monthYearRowClass - CSS class to be used for the header-row showing
                                         month and year.