Closed (fixed)
Project:
Javascript Tools
Version:
master
Component:
Jscalendar
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
31 Aug 2006 at 14:19 UTC
Updated:
15 Aug 2010 at 01:08 UTC
Jump to comment: Most recent file
Please find attached a jQuery-alised jscalendar.js file. Use as a simple drop-in replacement.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | jscalendar.zip | 231.67 KB | jjeff |
| jscalendar.js | 1.24 KB | cooperaj |
Comments
Comment #1
nedjoNice. thanks!
The whole jstools package needs to be reworked for jQuery and the hoped-for jQueryization of Drupal core. This is a good start.
Comment #2
m3avrck commentedNedjo, I concur. I plan to really help with the rewrite of Jquery.
Here's the new Jquery calendar plugin I'd like to build off of: http://kelvinluck.com/assets/jquery/datePicker/
Comment #3
yched commentedIt seems the jQuery date picker you mention is far from offering all the features that JsCalendar has.
I think the "drupalization" part of this module should be translated to jQuery, but the JsCalendar library should be kept.
Comment #4
jjeff commentedHere's a FULL WORKING version of JSCalendar for Drupal 5.
Comment #5
nedjoGreat, thanks for doing this! jjeff, please go ahead and commit this. If any issues arise we can deal with them as separate follow-up issues. If you feel this is ready please go ahead and register the 5.0 branch (just for jscalendar of course--the other parts of jstools still need updating).
Comment #6
karens commentedSomeone tried this with the HEAD version of the date module and reported a problem at http://drupal.org/node/102788. I tried the patch, too, and had the same problem. It seems to work fine, but is ignoring the format and time settings and using the defaults instead.
Comment #7
karens commentedAnd just for reference, I tried to set the form element as:
and my source code shows:
Comment #8
nedjoI applied the patch - thanks cooperaj and jjeff! - after making a few tweaks, including an attempt (untested) to fix the issue Karen identified.
Comment #9
Tobias Maier commentedI think this is fixed
http://drupal.org/cvs?commit=50289
Comment #10
karens commentedI'm still getting the wrong format in the date module (latest cvs of everything). It still insists on using the full ISO format and showing the time. Here is what is in my form:
Comment #11
nedjoThanks for pointing this out Karen. I'll test and try to get this working.
Comment #12
nedjoMarking the original issue fixed. Let's fix the formatting issue here: http://drupal.org/node/102788.
Comment #13
(not verified) commented