Author: ppitonak(a)redhat.com
Date: 2010-11-05 08:53:47 -0400 (Fri, 05 Nov 2010)
New Revision: 19950
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richCalendar/simple.xhtml
Log:
* calendar sample fixed because attributes were renamed (RF-9615)
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 2010-11-05
12:15:35 UTC (rev 19949)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/richCalendar/simple.xhtml 2010-11-05
12:53:47 UTC (rev 19950)
@@ -83,7 +83,7 @@
dayStyleClass="#{richCalendarBean.attributes['dayStyleClass'].value}"
defaultTime="#{richCalendarBean.attributes['defaultTime'].value}"
-
disable="#{richCalendarBean.attributes['disable'].value}"
+
disabled="#{richCalendarBean.attributes['disabled'].value}"
enableManualInput="#{richCalendarBean.attributes['enableManualInput'].value}"
firstWeekDay="#{richCalendarBean.attributes['firstWeekDay'].value}"
hidePopupOnScroll="#{richCalendarBean.attributes['hidePopupOnScroll'].value}"
Show replies by date