Adam Shaw

Results 404 comments of Adam Shaw

``` That is easy, just crossreference the date from the beforeShowDay function of the datepicker with the one from the event data and set a class for it when there...

Reported by `adamrshaw` on 2010-10-07 21:01:34 - **Status changed**: `MaybePlugin`

Reported by `adamrshaw` on 2013-08-14 02:03:14 - **Status changed**: `Accepted` - **Labels added**: Type-Feature - **Labels removed**: Type-Enhancement, Priority-Medium

``` Issue 1652 has been merged into this issue. ``` Reported by `adamrshaw` on 2013-08-16 05:14:05

``` Issue 1746 has been merged into this issue. ``` Reported by `adamrshaw` on 2013-08-18 19:51:09

``` Issue 2302 has been merged into this issue. ``` Reported by `adamrshaw` on 2014-06-07 21:02:07

``` At least with version 1.6.4 it isn't necessary to change the view when changing the date. Here is my code: //fullCalendar// dayClick: function(date, allDay, jsEvent, view) { $(datePickerDiv).datepicker("setDate", date);...

I've implemented my original proposed solution in [v7.0.0-beta.0](https://github.com/fullcalendar/fullcalendar-workspace/releases/tag/v7.0.0-beta.0) Updated repro: https://codepen.io/arshaw/pen/gOVPXBz?editors=0010

``` Don, check out Issue #502 (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. ```...

``` ive had enough requests for this that it seems like a reasonable thing to add. ``` Reported by `adamrshaw` on 2010-06-15 04:13:09 - **Status changed**: `Accepted`