| Re: language files ¶ | |
|
Any help appreciated. Thanx. | |
| last |
| multiple dates on 1 form ¶ | |
| Is there a way to put 2 calendar fields one after the other? ie. arrival and departure date for instance, I am able to set the arrival but how do I trigger a secondary date on the same form? | |
| last |
| Bug in Firefox hidden select-box ¶ | |
| I have the follow situation: | |
| last |
| wrong month ¶ | |
| for some reason when i click a date on the flat calendar its one month behind. this sample calendar is the same way however, the one on this page is not any ideas? seems only to be the calendars that submit to the URL. | |
| last |
| Re: wrong month ¶ | |
| JavaScript counts its months from zero to 11, as shown in the code example. If you amend one line to var m = calendar.date.getMonth()+1; it should do what you expect. | |
| last |
| Select element call back ¶ | |
| I am wondering if anyone has created select element call back. What I would like is to offer select elements for a user to fill in the date, with the calendar menu on the right if they want to use it, in the typical way you see for example on airline reservation systems. I would also like that select element for the time. Has anyone created a modification to the onClick handler to handle this? Thank you. | |
| last |
| Calendar returning a 'blank' value ¶ | |
| I'm playing with the calendar and I'm looking for a way to have the calendar widget return a 'blank' value... Basically, I have a field that is not user editable where the date is held. Once the date is added, there doesn't seem to be a way to make it blank using the calendar control. I don't really want to have to add a new button to delete the field value at each field. Any suggestions ? Thanks ! | |
| last |
| Error message ¶ | |
| This is my first time using this control. I keep getting the following js error when I call showCal()... Line: 1324 The line in calendar.js is: this.element.style.display = "block"; My code is just: showCal(document.frm.txtDate); and i can get the value of the textbox from js so I know it's valid. Any ideas? Thanks in advance, | |
| last |
| Re: Error message ¶ | |
| Never mind... it's okay now. I should know not to try something new at the end of a tough day :) Thanks! | |
| last |
| Question regarding additional info in cells ¶ | |
| I am presently attempting to make an interactive calendar which displays additional info when a date is highlighted and pressed. I am currently using the following code: function dateChanged(calendar) { }; Calendar.setup( I guess it would be pretty tedious to attempt to make a html page for each date. So basically, is there a way to return a universal html page for all dates that do not have any additional info? Also, I was reading on a past post on how to make non-selectable dates, but it seems to me that the code only considers one range. How would I make multiple ranges (for example, non-selectable dates from Jan. 1 - 16. Additional info on Jan. 17. Non-selectable dates from Jan. 18 - 24...etc.)? Thanks. | |
| last |
| Re: Question regarding additional info in cells ¶ | |
| Nevermind...found the code in the documentation. Thanks all! | |
| last |
| Using Calendar With Separate Form Fields For Y/M/D etc. ¶ | |
| I'm trying to adapt The DHTML Calendar for use with Textpattern which has separate form fields for year, month, day, hour, and minute. Can I have The Calendar output to the separate fields all at once? If so, how do I do it? Thanks for such a cool calendar!
| |
| last |
| Re: Using Calendar With Separate Form Fields For Y/M/D etc. ¶ | |
| Try this: <input type="text" name="month" id="f_date_a" size="2"/>/ <script type="text/javascript"> This will populate the first box with the month, then use the onUpdate to populate the other 2 boxes with the day and year of the selected date. | |
| last |
| show and hide calender ¶ | |
| I am using your calender in a web based application. I am trying to hide and show calender popup based on a js validation. I am using the default calender.setup ie <script type="text/javascript"> The validation js occurs somewhere else. I am using a Icon instead of a button for the user to click. Is there a way I can call that particular obj and call its method hide()? Regards, | |
| last |
| Question regarding Calendar.setDateStatusHandler function ¶ | |
| The documentation states that you can highlight specific "special" dates using this function (Calendar.setDateStatusHandler, reference number 4.3.8), although you have to define the CSS class that you return. How do you define a CSS class? Do you have to make an entirely new sheet or do you just add the appropriate style tags to an existing CSSsheet? Or can you define the class in your existing HTML document? Also, the documentation has the following code: if (dateIsSpecial(y, m, d)) return ' ' special ' '; is this four single quotes (' ' special ' ') or is it supposed to be two double quotes ("special")? I am assuming that this is where the special CSS sheet is supposed to be passed, but I am having a tough time making it work. Any help or guidance would be greatly appreciated. Thanks. | |
| last |
| How to show calendar on MouseOver ¶ | |
| I would need to open tha calendar when passing the mouse over an icon instead of having to click on it. Any idea? Thanks, | |
| last |
| compare dates ¶ | |
| Hello, I use the calendar to enter a start and an end date. Often users enter an end date which is earlier than the start date. How can I adjust the end date calendar so that the user can't enter a date which is before the start date (and only if it is just entered)? Jens | |
| last |
| Issue with Ctrl-F ¶ | |
| Hi, This calendar is awesome, really cool stuff. But I am having an issue in IE6 having this calendar. 1. Go to a page with the calendar displayed What is causing IE to crash? How to get around it ? I could reproduce this in multiple machines, both with XP and Win2K Thanks danerles | |
| last |














