[Jifty-commit] r2314 - in jifty/trunk: share/web/static/js share/web/static/js/yui

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Sun Dec 3 21:52:59 EST 2006


Author: trs
Date: Sun Dec  3 21:52:57 2006
New Revision: 2314

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/share/web/static/js/calendar.js
   jifty/trunk/share/web/static/js/yui/calendar.js

Log:
 r17862 at zot:  tom | 2006-12-03 21:48:39 -0500
 * Proper OOM selection support in YUI calendar
 * Make OOM selection possible by default for Jifty.Calendar (more user-friendly)


Modified: jifty/trunk/share/web/static/js/calendar.js
==============================================================================
--- jifty/trunk/share/web/static/js/calendar.js	(original)
+++ jifty/trunk/share/web/static/js/calendar.js	Sun Dec  3 21:52:57 2006
@@ -17,7 +17,8 @@
     
     Options: {
         NAV_ARROW_LEFT: "/static/images/yui/us/tr/callt.gif",
-        NAV_ARROW_RIGHT: "/static/images/yui/us/tr/calrt.gif"
+        NAV_ARROW_RIGHT: "/static/images/yui/us/tr/calrt.gif",
+        OOM_SELECT: true
     },
 
     toggleCalendar: function(ev) {

Modified: jifty/trunk/share/web/static/js/yui/calendar.js
==============================================================================
--- jifty/trunk/share/web/static/js/yui/calendar.js	(original)
+++ jifty/trunk/share/web/static/js/yui/calendar.js	Sun Dec  3 21:52:57 2006
@@ -4236,4 +4236,7 @@
 /**
 * @deprecated The old Calendar2up class is no longer necessary, since CalendarGroup renders in a 2up view by default.
 */
-YAHOO.widget.Cal2up = YAHOO.widget.Calendar2up;
\ No newline at end of file
+YAHOO.widget.Cal2up = YAHOO.widget.Calendar2up;==== ORIGINAL VERSION share/web/static/js/yui/calendar.js 116520060367829
+YAHOO.widget.Calendar2up.prototype.renderFooter = function() {}
+
+YAHOO.widget.Cal2up = YAHOO.widget.Calendar2up;


More information about the Jifty-commit mailing list