Author: ppitonak(a)redhat.com
Date: 2011-03-04 04:54:43 -0500 (Fri, 04 Mar 2011)
New Revision: 22055
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:
few attributes added to calendar - defaultLabel, monthLabels, monthLabelsShort,
weekDayLabels, weekDayLabelsShort
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:06 UTC (rev 22054)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/richCalendar/fAjax.xhtml 2011-03-04
09:54:43 UTC (rev 22055)
@@ -109,6 +109,8 @@
locale="#{richCalendarBean.attributes['locale'].value}"
minDaysInFirstWeek="#{richCalendarBean.attributes['minDaysInFirstWeek'].value}"
mode="#{richCalendarBean.attributes['mode'].value}"
+
monthLabels="#{richCalendarBean.attributes['monthLabels'].value}"
+
monthLabelsShort="#{richCalendarBean.attributes['monthLabelsShort'].value}"
onbeforecurrentdateselect="#{richCalendarBean.attributes['onbeforecurrentdateselect'].value}"
onbeforedateselect="#{richCalendarBean.attributes['onbeforedateselect'].value}"
onbeforetimeselect="#{richCalendarBean.attributes['onbeforetimeselect'].value}"
@@ -157,6 +159,8 @@
value="#{richCalendarBean.attributes['value'].value}"
valueChangeListener="#{richCalendarBean.valueChangeListener}"
verticalOffset="#{richCalendarBean.attributes['verticalOffset'].value}"
+
weekDayLabels="#{richCalendarBean.attributes['weekDayLabels'].value}"
+
weekDayLabelsShort="#{richCalendarBean.attributes['weekDayLabelsShort'].value}"
zindex="#{richCalendarBean.attributes['zindex'].value}"
<f:ajax event="change"
render="output :phasesPanel" />
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:06 UTC (rev 22054)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/richCalendar/simple.xhtml 2011-03-04
09:54:43 UTC (rev 22055)
@@ -109,6 +109,8 @@
locale="#{richCalendarBean.attributes['locale'].value}"
minDaysInFirstWeek="#{richCalendarBean.attributes['minDaysInFirstWeek'].value}"
mode="#{richCalendarBean.attributes['mode'].value}"
+
monthLabels="#{richCalendarBean.attributes['monthLabels'].value}"
+
monthLabelsShort="#{richCalendarBean.attributes['monthLabelsShort'].value}"
onbeforecurrentdateselect="#{richCalendarBean.attributes['onbeforecurrentdateselect'].value}"
onbeforedateselect="#{richCalendarBean.attributes['onbeforedateselect'].value}"
onbeforetimeselect="#{richCalendarBean.attributes['onbeforetimeselect'].value}"
@@ -157,6 +159,8 @@
value="#{richCalendarBean.attributes['value'].value}"
valueChangeListener="#{richCalendarBean.valueChangeListener}"
verticalOffset="#{richCalendarBean.attributes['verticalOffset'].value}"
+
weekDayLabels="#{richCalendarBean.attributes['weekDayLabels'].value}"
+
weekDayLabelsShort="#{richCalendarBean.attributes['weekDayLabelsShort'].value}"
zindex="#{richCalendarBean.attributes['zindex'].value}"
<a4j:ajax event="change"
render="output, phasesPanel" />