When in a datepicker cell without opening the calendar you can enter + / - to increment or decrement the date. My application is using slickgrid for data entry, and there will be date columns that on adding a newrow to the grid will default to previous row, and in some cases the user may want to simply go to the next or previous day without typing the entire date or having to mouse the calendar open and then use <ctrl>arrow to get to next day. This would be the same if datepicker is used on normal form too.
When I get things sorted out I will be happy to make the code needed to integrate slick grid into web2py available. max On May 12, 11:33 am, mdipierro <[email protected]> wrote: > datepicker only depends on jquery base. What features did you add? > > On May 12, 1:23 pm, MaxDoesPython <[email protected]> wrote: > > > I have added a feature to jquery datepicker and need to integrate it > > into the js libraries that are loaded, so need to know what is > > included in jquery-ui.custom. I will be using latest jquery libs so > > can you tell me if I need to also get corresponding libs for rule and > > event.drag.custom and any other relevant details. > > > max

