Im a developer using ajax and air since the new security standards have come in I can no longer use the UI Datepicker due to the way inwhich you are using the onclick feature and eval techniques. Was wondering if you where going to upgrade to be more secure with your data injection and eval problems see... http://labs.adobe.com/wiki/index.php/AIR:HTML_Security_FAQ
Is there a way to toggle (instead of just showing) the calendar using a buttonImage? Couldn't find this in the docs.
I assume Datepicker has been superceded by Calendar? If so, is it possible to get a date object out of the calendar onSelect? I'm dealing with regionalisation issues and it would be handy to have the object instead of the text. --Deft 20:40, 6 December 2007 (PST)
Demo fails ie IE6/7
The documentation page doesn't have a listing for attachDatepicker. Eventaully, I found the link in the documentation for the deprecated datePicker(options) method, but it would be much more convenient to have it on the main page. --Redmoskito 17:35, 20 February 2008 (PST)
The demo is not working in IE6/7. Fix it as follows: Click on 'View Source' next to the demo. Apparently, this line:
<script src="http://dev.jquery.com/view/trunk/ui/datepicker/core/ui.datepicker.js"></script>
should be moved up within the <head>...</head> section and put in just after this line:
<script src="http://code.jquery.com/jquery-latest.js"></script>
Perhaps it would be helpful if someone would update the demo. Also, you can't have a <link> element within the <body> element. --User:koyama 9 March 2008
Hi, I used the datepicker on an ASP.net app, everything worked great until I added a client-side validation control like the RequiredFieldValidator which gave me a JavaScript error. Has anyone run into this or know of a workaround?
Hello. In my project I have some events for different dates. And I want mark this dates on inline calendar with different color. How can I do it?
I was reading the documentation and tried the demo and noticed that the calendar for this month (Nov 2008) is displayed incorrectly - it shows the 2nd of the month on TWO consecutive days