Author: ppitonak(a)redhat.com
Date: 2011-03-04 04:55:06 -0500 (Fri, 04 Mar 2011)
New Revision: 22056
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richCalendar/fAjax.xhtml
modules/tests/metamer/trunk/application/src/main/webapp/components/richCalendar/simple.xhtml
Log:
added attribute defaultLabel to calendar samples
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richCalendar/fAjax.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/components/richCalendar/fAjax.xhtml 2011-03-04
09:54:43 UTC (rev 22055)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/richCalendar/fAjax.xhtml 2011-03-04
09:55:06 UTC (rev 22056)
@@ -94,6 +94,7 @@
datePattern="#{richCalendarBean.attributes['datePattern'].value}"
dayClassFunction="#{richCalendarBean.attributes['dayClassFunction'].value}"
dayDisableFunction="#{richCalendarBean.attributes['dayDisableFunction'].value}"
+
defaultLabel="#{richCalendarBean.attributes['defaultLabel'].value}"
defaultTime="#{richCalendarBean.attributes['defaultTime'].value}"
direction="#{richCalendarBean.attributes['direction'].value}"
disabled="#{richCalendarBean.attributes['disabled'].value}"
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richCalendar/simple.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/components/richCalendar/simple.xhtml 2011-03-04
09:54:43 UTC (rev 22055)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/richCalendar/simple.xhtml 2011-03-04
09:55:06 UTC (rev 22056)
@@ -94,6 +94,7 @@
datePattern="#{richCalendarBean.attributes['datePattern'].value}"
dayClassFunction="#{richCalendarBean.attributes['dayClassFunction'].value}"
dayDisableFunction="#{richCalendarBean.attributes['dayDisableFunction'].value}"
+
defaultLabel="#{richCalendarBean.attributes['defaultLabel'].value}"
defaultTime="#{richCalendarBean.attributes['defaultTime'].value}"
direction="#{richCalendarBean.attributes['direction'].value}"
disabled="#{richCalendarBean.attributes['disabled'].value}"
Show replies by date