Author: akushunin
Date: 2007-07-30 12:26:36 -0400 (Mon, 30 Jul 2007)
New Revision: 1933
Modified:
trunk/sandbox/ui/calendar/src/main/templates/org/richfaces/htmlCalendar.jspx
Log:
added toolTipMode
Modified: trunk/sandbox/ui/calendar/src/main/templates/org/richfaces/htmlCalendar.jspx
===================================================================
---
trunk/sandbox/ui/calendar/src/main/templates/org/richfaces/htmlCalendar.jspx 2007-07-30
16:04:53 UTC (rev 1932)
+++
trunk/sandbox/ui/calendar/src/main/templates/org/richfaces/htmlCalendar.jspx 2007-07-30
16:26:36 UTC (rev 1933)
@@ -30,6 +30,7 @@
datePattern: '#{component.datePattern}',
jointPoint: '#{component.jointPoint}',
direction: '#{component.direction}',
+ toolTipMode:'#{component.toolTipMode}',
popup: #{component.popup},
<f:call name="writeSymbols" />,
firstWeekDay: #{this:getFirstWeekDay(context, component)},
@@ -58,8 +59,10 @@
<jsp:scriptlet>
<![CDATA[
boolean popup = getUtils().isBooleanAttribute(component, "popup");
- if (popup) {]]>
+ if (popup) {
+ addPopupToAjaxRendered(context, component);]]>
</jsp:scriptlet>
+
<span
id="#{clientId}Popup"
<input