XHTML innerHTML property not available
2004/11/22 16:35
Viewed 17074 times
Replies: 0/0

Hi folks!
I´ve fixed the bug [1007567 "innerHTML doesn't work at all with XML/XHTML MIME"]. I´ve coded a solution for both html and xhtml that replaces the use of property 'innerHtml' on line 119 of calendar-setup.js. This property is not supported using xhtml DOM so using this script with my xhtml page returned a error (see my message posts at SF about this bug for more details). In fact the solution is already posted along with the other messages for that bug. I´ve made tests for both Mozilla Firefox 1.0 and IE 6.0.x SP2.
I´d be very pleased to submit this fix to your really good project.

last
calendar-en.js complete translation to pt-BR
2004/11/22 17:10
Viewed 16621 times
Replies: 0/0

Hi folks!
I´ve made a complete translation of the file calendar-en.js to Brazilian Portuguese. The original jscalendar_home/lang/calendar-pt.js only translates half of it. I´d be very pleased to send the file.

last
french language file
2004/12/03 08:54
Viewed 16344 times
Replies: 1/1

Hello,

I have slightly modified the latest french language file for my own use (2004-12-03 from CVS),
feel free to get it here :
http://gorfou.fr/contrib/jscalendar/calendar-fr.js

regards
Christophe Combelles

last
Re: french language file
2004/12/10 17:33
Viewed 18820 times
Replies: 0/0

Thank you very much. I have converted to UTF8 and put it at
http://www.lorax.org/~danlip/calendar

Is there a reason you made the day and month names lowercase?
I made a version with them uppercase, which is how most language
files have them. Thanks,
Dan

last
How to get the calendar to show new date?
2004/12/03 15:01
Viewed 15989 times
Replies: 1/1

I'm using the calendar on an intranet event-scheduling webpage, but when the user clicks on a new date, while the page laods teh events associated with the new date, the calendar always defaults to the current date, and I need to get it to show the date associated with the events.

I call the events by passing the date over using a querystring, as in 'calendar.asp?dtDate=12/3/04', but I'm not sure how (or if) I need to get the calendar to use that - my Javascript is fairly minimal. Looking trhough teh documentation, it seems that 'calendar.setDate(new Date());' ought to be doing this for me, but I can't figure out what I need to do to make it work.

Any help would be appreciated. Thanks.

last
Re: How to get the calendar to show new date?
2004/12/20 18:09
Viewed 18332 times
Replies: 0/0
this how I did it If Request.Form("CalDate") = "" Then CalDate = Date Else CalDate = Request.Form("CalDate") End If and then call something like that when you create Calendar var calendar = new Calendar(true, "<%=CalDate%>", flatSelected);
last
Shoe only Time Selector
2004/12/04 11:46
Viewed 15453 times
Replies: 0/0

Hi!!!

First of all - thanks a lot for this great piece of software. I love it :))
Now my question. I would like to show only the timeselector. I didn't found the right command in the manual and also not in the examples.
Is it there??

thanks for help
wurlog

last
japanese translation
2004/12/06 20:30
Viewed 15330 times
Replies: 1/2

Is calendar-jp.js supposed to be Japanese?
The ISO 639-1 code for Japanese is "ja",
so if this is Japanese it would be better
to rename it to calendar-ja.js

last
Re: japanese translation
2004/12/07 04:53
Viewed 17680 times
Replies: 1/1

I'm not sure.. It was sent by people and the current Japanese translation is pretty much outdated. I wonder if an UTF-8 version is possible, as I would like all translations to be UTF-8. Anyway, if you know Japanese and would like to contribute a translation, please send me an updated version by email. ;-)

last
Problems with safare
2004/12/07 10:31
Viewed 15208 times
Replies: 1/1

I started using this tool as part of the TWiki EditTable plugin. I discovered that there are problems using it with the current version of Safari. I am using safari 1.2.4 on MacOS 10.3.6. Just browse the jscalander home page and with safari and you will see what I mean. It gets very confused with the flat calendar display there. The popup does not fare any better.

Also this form application crashes safari so I had to start mozilla to post this message.

tks, louie

last
Re: Problems with safare
2004/12/07 10:42
Viewed 17930 times
Replies: 0/0

Many other things also crash Safari :-( Let's just hope that future versions will be improved.

The calendar, though, can work fine with a recent Safari. Please browse this forum, I think there are people that posted solutions. We also hope to be able to release a new version soon.

last
BUG: wrong week number
2004/12/07 23:15
Viewed 15108 times
Replies: 1/4

hi All!

Problem: displayed week number becoms some times wrong.
example: select date 01/01/2005

last
Re: BUG: wrong week number
2004/12/20 14:31
Viewed 17837 times
Replies: 1/3

Looks like the week numbers returned are restricted to "%V" type week numbers. I'd like to see the week numbers displayed by the calendar as well as those returned when you click on a date configurable to "%U" "%W" as well as "%V"

last
Calendar across Frames
2004/12/08 14:00
Viewed 14906 times
Replies: 0/0

Hello
I would like to know if it is posible to display the calendar across frames or to target it into another frame.

Thanks in advance.

last
Profanity
2004/12/13 19:18
Viewed 14724 times
Replies: 1/1

This isn't a bug, but if I were responsible for this code, I'd take care of this ASAP...

In calendar.js, please rename the function: Calendar.continuation_for_the_fucking_khtml_browser

last
Re: Profanity
2004/12/14 02:49
Viewed 17369 times
Replies: 0/0

Indeed; it's also a very ugly hack, but at that time it was the only way to make things work in Konqueror (and probably Safari too). Now it has support for inline functions; in a future version I'll remove that code.

last
Google