[richfaces-svn-commits] JBoss Rich Faces SVN: r4824 - branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/calendar.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Thu Dec 13 11:59:29 EST 2007
Author: smukhina
Date: 2007-12-13 11:59:29 -0500 (Thu, 13 Dec 2007)
New Revision: 4824
Modified:
branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/calendar/usage.xhtml
Log:
http://jira.jboss.com/jira/browse/RF-1561
language is checked
Modified: branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/calendar/usage.xhtml
===================================================================
--- branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/calendar/usage.xhtml 2007-12-13 16:28:20 UTC (rev 4823)
+++ branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/calendar/usage.xhtml 2007-12-13 16:59:29 UTC (rev 4824)
@@ -23,21 +23,13 @@
</ui:include>
</div>
- <p>
- Calendar component allows to work with <b>time</b> also. You should just define
- time in pattern ( for example "<i>d/M/yy HH:mm</i>" as it defined in this sample
- by default)
- </p>
- <p>
- After you choose some date - you'll be able to manage time for this date. Spinner will be called
- after click on the time fields to edit them.
- </p>
- <p>
- Calendar could be used without "Apply" button(will be closed after date selected)
- </p>
+ <p>Calendar component allows to work with <b>time</b> also. You should just define time in pattern ( for example "<i>d/M/yy HH:mm</i>" as it's defined in this sample by default)
+ </p>
+ <p>After you choose some date, you'll be able to manage time for this date. Spinner will be called after click on the time fields to edit them.</p>
+ <p>Calendar could be used without "Apply" button (will be closed after date selected)</p>
<p>
<b>locale</b> attribute is defined as a Locale. The default value is set to the Locale of the current page.
- The name of the month and week days names depend of the Locale.
+ The name of the month and week days depend on the Locale.
</p>
<p>
More information about the richfaces-svn-commits
mailing list