Date-picker widget 1.0

Just updated the date-picker widget to 1.0, with customizable date-filtering. See the wiki for more information.

Trackback URL for this post:

http://www.tigretigre.com/trackback/7

Comments

DatePicker

Thanks for this great widget! I have a question about the callback functions, they don't seem to be working for me on the "cellCallback" event but it does get called onpageload. Can you tell me what I'm doing wrong? Thanks, my code is below;

var dpck_fieldname = new DatePicker({
relative:'EventDate',
keepFieldEmpty:true,
cellCallback:Events.getMyEvents(),
dateFilter:DatePickerUtils.noDatesAfter(0)
});