Support for multiple selected dates
2004/10/17 15:11
Viewed 21681 times
Replies: 1/4

I need a control that lets a user select multiple, non-consecutive dates. Is this possible? Is there an example of this somewhere? Thanks in advance.

last
Re: Support for multiple selected dates
2004/10/18 01:57
Viewed 24829 times
Replies: 1/3

Our calendar already has it, but it's not formally released. You can find this in the CVS code (no docs for now but there is an example file). Alternatively, you can wait for our next release ;-)

last
calendar-fr.js no updated
2004/10/18 09:53
Viewed 20529 times
Replies: 1/1

Hi, from a new user of you're calendar.

In first, excuse for my poor english.

I've just download the lastest version of calendar and when i want to test it, i changed the language file "en" for "fr"
in index.html and when i load index.html, no calendar appear, only in fr language selected.
I opened english and french js files and in french file some "var" ( variable) are no defined, and i think is the problem.

Thanks for update this file or if i can, i can update and test it and send you when is done. But confirm me if the problem is in js french file before.

Thanks.
Vincent Aka Conan76

last
Re: calendar-fr.js no updated
2004/10/18 15:15
Viewed 23328 times
Replies: 0/0

Again me, i found some other bug in french translation javascript ( 'Thu')for thursday is present but in french 'thu' is 'jeu' and the two version are define in file.

Now, i've corrected some var in file and it's seem be good.

last
Keyboard events still there after calendar is destroyed?
2004/10/27 16:46
Viewed 19433 times
Replies: 0/0

I noticed that keyboard events connected with the calendar are still "in place" after the calendar has been destroyed using the destroy() method. However, if I call hide() first, the events are detached.
Is there something I have missed, or might this be a bug?

last
today marked after reload
2004/10/29 08:43
Viewed 19744 times
Replies: 1/2

hi,
i´m using the calendar to insert dates into a database, so that the page reloads after i´ve confirmed a date.
that means that always after reloading the date of today is marked - but what i´d like to have is that the dated i chose befor stays marked -
how can i achieve this?

thanks for help and sorry for my broken english

volker from germany

last
Stting Its Z Index
2004/11/27 20:45
Viewed 22144 times
Replies: 1/1
I'm not sure where to put this, so here goes. I have added a line to calendar.js to give it a Z-Index above others. I had trouble with it being hidden by other divs with Z-Index > 0 around line 746 Maybe this will hep somee var div = Calendar.createElement("div"); this.element = div; div.className = "calendar"; if (this.isPopup) { div.style.position = "absolute"; div.style.display = "none"; div.style.zIndex = 60; // added by greg to keep on top } div.appendChild(table);
last
Time selector --> Bug !
2004/11/04 14:12
Viewed 18447 times
Replies: 1/2
by meo

Hi,

Once again I'd like to know if i'm the only one who noticed that, when you enable the time selector, if you change the time and your close the calendar by single/double-clicking the date you want to choose, the time goes back to the original time before you open the calendar. What's even worst is that, as soon as you change the time (hours or minutes), it is immediatly changed in the associated control. But as I said before, if you close the calendar by single/double-clicking a date, the time goes back to what it was before you open the calendar.

I must say that if you close the calendar another way (ex : clicking the "X" or clicking outside of the calendar) it works just fine.

Please help me, or tell me where to modify the files. There's some dumb users who are gonna be using this calendar and this is gonna be confusing for them.

Help !

Thank you

Meo

last
Re: Time selector --> Bug !
2004/11/30 21:14
Viewed 20760 times
Replies: 1/1

This is a bug, indeed. Sorry for the late reply. It's a long-term bug, albeit pretty easy to fix. We will try to release a new version very soon, along with a fix for this bug.

last
Bug: Max button name length?
2004/11/08 05:24
Viewed 17632 times
Replies: 1/1

This confused me for a while, but I eventually figured it out....

Basically I was using the button name: form_SGDATERESOLVED and the trigger name of trigger_form_SGDATERESOLVED
Using names this long causes the calendar to cease functioning. In firefox you also get a dateE1 error in the javascript console.

By shortening the names, it started working again.

Hope this helps.

last
Use ID, not NAME
2004/11/08 09:31
Viewed 20149 times
Replies: 0/0

You should not pass the value of the "name" argument to Calendar.setup; if it works, it's pure coincidence—but normally it shouldn't work and it's not supported.

For Calendar.setup you should have ID-s; use a name for your own form processing script and an ID (not necessarily having the same value as the name) for calling Calendar.setup. As described in the documentation and the sample files. ;-)

last
calendar is broken in Safari
2004/11/12 15:57
Viewed 17763 times
Replies: 1/2

FYI- The calendar app doesn't work with (and this site crashes) Safari 1.2.3. Everything seems to work fine with Firefox 1.0

  • --------
  • Mac OS 10.3.5
last
Re: calendar is broken in Safari
2004/11/30 21:25
Viewed 19647 times
Replies: 1/1

The Calendar will be fixed soon for Safari.

As for this site itself, it seems that Safari does its best (that is, crashes) :-( It's not our fault. We believe that it's browser vendors who should take care of crashes, not us for them.

last
Google