Issue 367: dayDblClick and eventDblClick
Status:  WontFix
Owner: ----
Closed:  Aug 2013
Reported by DonaldWB...@gmail.com, Feb 25, 2010
I'd like to see the Dbl Click events exposed in the same way that dayClick
and eventClick are.

Don
May 7, 2010
#1 sunniyeow
Don, check out  Issue #231 
(https://code.google.com/p/fullcalendar/issues/detail?id=231). Adam uses a
"eventRender" trigger and binds a "dblclick" to it.

Perhaps Adam is working on new dayDblClick or eventDblClick triggers.

HTH.
Jun 14, 2010
Project Member #2 adamrs...@gmail.com
ive had enough requests for this that it seems like a reasonable thing to add.
Status: Accepted
Jun 14, 2010
Project Member #3 adamrs...@gmail.com
(No comment was entered for this change.)
Labels: Type-Enhancement
Jun 14, 2010
Project Member #4 adamrs...@gmail.com
 Issue 473  has been merged into this issue.
Aug 13, 2013
Project Member #5 adamrs...@gmail.com
I'm disinclined to provide this feature built-in to FullCalendar, because it opens the doors to people wanting many more of the more obscure events (like touch events), and where do you draw the line? I think this is best left to the developer to implement. It was easily be done through the `eventRender`, `dayRender`, and `viewRender`callbacks now. You can attach whatever event handlers you want in those.
Status: WontFix
Labels: -Type-Enhancement Type-Feature