HENRY SHUM

Results 3 issues of HENRY SHUM

I use 'eventDrop' and want to modify color of element after drop but no luck. ===> eventDrop: function(newCalEvent, oldCalEvent, element) After looking at the source code, I found that the...

Bug
Confirmed

Arguments of following "events" functions are incorrect: ====> reachedmindate: [function($calendar, date)] ====> reachedmaxdate: [function($calendar, date)] The functions are now returning: ====> reachedmindate: [function(DomEvent, date)] ====> reachedmaxdate: [function(DomEvent, date)]

Bug
Confirmed

Agenda display options 'buttons' controls whether to display the navigation buttons. However, when set to false, buttons that set in 'switchDisplay' option will also be hidden.