Hey, I am using Jquery Tools as I said, One thing I am being used, is to replace the actual web2py DataPicker widget (calendar.js) with this one from JQuery Tools
I think It looks much better, take a look: (for 'date' and 'datetime' widgets) http://flowplayer.org/tools/demos/dateinput/index.htm http://flowplayer.org/tools/demos/dateinput/large-skin.htm http://flowplayer.org/tools/demos/dateinput/flight.htm I am doing a plugin with a bunch of widgets, to implement JQuery tools datePicker instead of the actual, and another good things from jQtools as this one: http://flowplayer.org/tools/demos/overlay/apple.htm (for IMG() helper ) An option for IS_IN_RANGE() http://flowplayer.org/tools/demos/rangeinput/index.htm To the 'comment' arg in Field() http://flowplayer.org/tools/demos/tooltip/form.htm Spliting FORM/SQLFORM in tabs http://flowplayer.org/tools/demos/tabs/wizard.html I have some snippets to implement that by the hand, now I am trying to create as a plugin that replaces web2py default styles with some things on JQTools. if somebody could help, or give any advice on creating that plugin, in a way this could be extended. Would be nice to have some kind of 'plugin_ui'

