>
>
> {{response.files.append(URL('static','css/cupertino/jquery-ui-1.8.14.custom.css'))}}
>
> {{response.files.append(URL('static','js/jquery-ui-1.8.14.custom.min.js'))}}
>



I included the files above and also changed web2py_ajax.js[0] a bit

As you can see in line 37 I kept the default calendar only when form is
enclosed in .w2pcalendar class, when form has .uicalendar css class It loads
jquery-ui calendar as you can see in lines 40-65


[0]https://gist.github.com/1199030

Reply via email to