| Issue 626: | Scroll to arbitrary hour | |
| 3 people starred this issue and may be notified of changes. | Back to list |
This is probably related to https://code.google.com/p/fullcalendar/issues/detail?id=591&can=1&q=scroll&colspec=ID%20Type%20Status%20Milestone%20Summary%20Stars . In my context, I'm showing Fullcalendar at the same time as a form so that the user can quickly create a an event with knowledge of what's already scheduled. I just want to ensure that he/she sees roughly the time at which she intends to schedule the new event. I understand that I could implement the editing from Fullcalendar itself, but I'm sure this feature could interest others (and I'm not sure it would make my programmer life simpler :)). I thing I have an idea on how to try to implement it (by looking at what's done for first hour). I'll post a patch if it works out. Philippe
Oct 7, 2010
cool, will try to get this into a release at some point (and will also get issue 591 going at same time possibly)
Status:
Maybe
Aug 13, 2013
(No comment was entered for this change.)
Status:
Duplicate
Mergedinto: 196 |
|
| ► Sign in to add a comment |
Here is the patch of my modification. It adds a scrollToHour(hour24) to the API. $('#my_fullcalendar').fullcalendar("scrollToHour", 16); I just genericized what was done for "firstHour".334 bytes View Download