RSS
Posted in code
ARTICLE 0 comments
05/31 2010

Adobe AIR 2 and jQueryUI Datepicker

As of version 1.8.1, the jQueryUI Datepicker does not work in Adobe AIR. The issue and more details can be found here: http://dev.jqueryui.com/ticket/3945.

The problem is that Adobe AIR does not support dynamically loading strings as code after the load event. Version 1.8.1 of the jQueryUI Datepicker uses this method to add onclick handlers to the various Datepicker controls. The patch to fix the problem can be found here: http://github.com/csnover/jquery-ui/blob/b8d8e1e4a6e405c62ded6dd5ab4065ad10cd1225/ui/jquery.ui.datepicker.js

Share

digg reddit facebook twitter google 
  1. Track comments via RSS 2.0 feed. Feel free to post the comment, or trackback from your web site.

    Currently there are no comments related to article "Adobe AIR 2 and jQueryUI Datepicker".