Our powerful JS Calendar component


Post by tinuc80 »

Hello, how do we capture single click and double click event for calendar?


Post by johan.isaksson »

Hi,

You can listen for eventClick on the Calendar:

https://bryntum.com/docs/calendar/api/Calendar/view/Calendar#event-eventClick

But for some reason we are not triggering eventDoubleClick, opened a ticket on fixing that: https://github.com/bryntum/support/issues/4020

Best regards,
Johan Isaksson

Post by Animal »

There's eventDblclick.

The name doubleclick is not used in HTML. For some reason, it's always been the abbreviated form dblclick


Post by Animal »


Post Reply