| Pre selected Dates ¶ | |
| Hello All, First, this is a great script and thank you for offering this for free! I'm fetching some dates from a database and I want the calendar to get those dates and have them selected(multiple). Any ideas on how to do so? | |
| last |
| pass params to onUpdate ¶ | |
| Hi, is there a way to pass additional params to onUpdate I have a page with several calendars on it, and several divs, I need to know both the calendar that triggered the update and the div to be updated. I can get the value of the date from the calendar but I cant figure out a way to figure out which div it came from, so I was thinking of passing another parameter. But when I do this, it seems to omit the callendar ref passed in. Sorry if this is an obvious question, im not very experienced at javascript. thanks | |
| last |
| Chaning the order that dates are called with the callbackFunc ¶ | |
| Firstly thanks for a brilliant JS component - it's been a real help to me. I have come across a problem which I am wondering whether you can help me/tell me if it's possible/point me in the right direction. I have a calendar implement which allows for multiple selection of dates. From debugging my script it appears that everytime a date is selected then the callbackFunc is called and it's contents are executed, in the order that the dates were selected. Is there anyway I can run the callbackFunc in date order instead of the order the user selected them? If a user selects dates in cronological order then my code executes as I want however if they are not then it doesn't. I have tried to sort the MA and cal.multiple arrays however each time the callbackFunc doesn't execute, so that's obviously a dead-end. Is it possible to sort either of these array's within my script or would it require editing the actual component's javascript code? I hope that this makes sense but if not please don't hesitate to get in contact with me. Many thanks, | |
| last |
| Problem selecting a date ¶ | |
| Hi, I have a strange problem selecting a date in a filtered calendar (dateStatusFunc): I try to select October the 27th, a Saturday; all days before this are disabled by the dateStatusFunc, all days after are enabled; first day of the week is Monday (thus, the two last days in the row are selectable). When I try to select this day, it doesn't work; however, it helps if the input field is filled with the value of a selectable date, or if I change to another month temporarily. We did some minor modifications to the calendar (like fixing the today button/month changing issue for today being unselectable, and disabling drag-n-drop for some unknown reason), but I'm pretty sure I did nothing to break the behaviour in this case. It looks like bug #1465156 to me ("Unable to select date"). Since this bug is around for over a year now: Does anyone know how to fix it? Thanks! Tobias | |
| last |
| Re: Problem selecting a date ¶ | |
| I have the same problem. We limit the date range from today's date to 90 days in the future in the calendar. So let's say the user enters 12-31-2008 in the textfield (instead of using the calendar) and then decides to update the date with the calendar. The calendar opens the month of march 2008. The user then proceeds to select an enable date (let's say from today's date to 12-14-2008), the calendar won't permit him to choose any date for that current month even though the dates in march 2008 from march 1 - march 14 are enabled. As soon as the user selects one of the top menu of the calendar (like Today's link or the arrow back a month and comes back to march 2008) then everything works properly. The bug is gone. Any thoughts? thank you | |
| last |
| Positioning thrown off by doctype in IE7 ¶ | |
| The calendar worked fine until I added a doctype to the page, at which point it does not position correctly in IE7. Seems fine in IE6 and mozilla. It seems that, when the trigger form element has a position on the page that requires you to scroll down, the calendar does not position itself down that far, and is further up towards the top of the page. I've tried strict and loose doctypes but no difference. Remove the doctype and it works again. I've tried putting the form element in a relatively positioned div, but no joy. Sample code I used to reproduce the effect: <html> </head> Is there a fix for this? | |
| last |
| Re: Positioning thrown off by doctype in IE7 ¶ | |
| Did you manage to fix this? I am experiencing the same problem. | |
| last |
| Select Dates in Drop down list ¶ | |
| Hi, | |
| last |
| jsCalendar in phpBB2 ¶ | |
| Has anyone attempted to install the jsCalendar widget in an admin page in phpBB2. I keep getting a javascript error and the calendar does not pop up despite installing according to the directions. Any advice would be appreciated. Thank you, | |
| last |
| Colorize specific days ¶ | |
| Hi there, i'm trying to colorize specific days in the jscalendar, based on empty data sets in a database. By colorizing i mean the look of a day field when Is this possible ? thanks | |
| last |
| Re: Colorize specific days ¶ | |
| Hi, I too would like to be able to colour specific periods different colours. If anyone had any ideas! Thanks, | |
| last |
| Firefox/IE calendar ¶ | |
| First, I'd like to apologize if this problem has already been addressed as I didn't find anything related to my question. | |
| last |
| Disable dragging ¶ | |
| First of all: Very well done in writing the calendar app. For quite some time I have been searching for a popup dhtml calendar app to integrate in my website. Since the majority of them are very costly or low on functionality, this one is absolutely great. The only 'flaw' I ran into is that it does not seem easily possible to make the popup menu position non-draggable. If this would be somehow possible it would make the app even more great. Thanks in advance for any help | |
| last |
| enter key events focus ¶ | |
| I am new to JavaScript, so this might be an easy one. The problem is that when I am in an unrelated text box and press the enter key the calendar control pops up. It seems that somehow it is getting the key events from the document and opening (displaying) the calendar on the Enter key. I am using FF & FB to trace the code, but cannot see how this would happen. This happens on both FF and IE. In all other respects the control works fine. Regards to all, Robert | |
| last |














