Author: ppitonak(a)redhat.com
Date: 2010-12-10 06:39:02 -0500 (Fri, 10 Dec 2010)
New Revision: 20494
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richCalendar/simple.xhtml
Log:
* attribute oncollapse was renamed to onhide
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-12-10
10:45:10 UTC (rev 20493)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/richCalendar/simple.xhtml 2010-12-10
11:39:02 UTC (rev 20494)
@@ -114,12 +114,12 @@
onbeforetimeselect="#{richCalendarBean.attributes['onbeforetimeselect'].value}"
onchange="#{richCalendarBean.attributes['onchange'].value}"
onclean="#{richCalendarBean.attributes['onclean'].value}"
-
oncollapse="#{richCalendarBean.attributes['oncollapse'].value}"
oncomplete="#{richCalendarBean.attributes['oncomplete'].value}"
oncurrentdateselect="#{richCalendarBean.attributes['oncurrentdateselect'].value}"
ondatemouseout="#{richCalendarBean.attributes['ondatemouseout'].value}"
ondatemouseover="#{richCalendarBean.attributes['ondatemouseover'].value}"
ondateselect="#{richCalendarBean.attributes['ondateselect'].value}"
+
onhide="#{richCalendarBean.attributes['ondateselect'].value}"
oninputblur="#{richCalendarBean.attributes['oninputblur'].value}"
oninputchange="#{richCalendarBean.attributes['oninputchange'].value}"
oninputclick="#{richCalendarBean.attributes['oninputclick'].value}"
Show replies by date