Angular-calendar: Double click on day in month view

Created on 17 Sep 2018  路  2Comments  路  Source: mattlewis92/angular-calendar

Is your feature request related to a problem? Please describe
dayClicked only single click

Describe the solution you'd like
dblDayClick
I would like to catch click and double click event in month view.

Describe your use case for implementing this feature
dayClick, once-click to do some function a()
dblDayClick, double click to do some function b()

Most helpful comment

You can implement this by using a custom event template for the month cell. I've put together an example of how to do that here. Hope that helps! 馃槃

All 2 comments

You can implement this by using a custom event template for the month cell. I've put together an example of how to do that here. Hope that helps! 馃槃

I want to double click event in dayClicked. What can I do?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

PrasannaKolla picture PrasannaKolla  路  4Comments

vinay13 picture vinay13  路  3Comments

nguyendo picture nguyendo  路  3Comments

AstRonin picture AstRonin  路  4Comments

Sushma-tiwari picture Sushma-tiwari  路  3Comments