GREAT PLUGIN!!! BUT... choice of word \"Event\" to mean a \"calendar entry\" was particularly unfortunate
I know its possible to receive a dayClick event on Fullcalendar. But I would like to manage just the double click event. Is t开发者_C百科his possible?There is a manageable way to handle double clicks
I am having issues setting the calendar fo开发者_开发百科nt sizes to be smaller. I have changed setting a container div font size, no effect.
Is there a way to bind event after fullCalendar has been created? Something like: jQuer开发者_运维知识库y( \'#calendar\' ).bind( \'dayClick\', function( date, allDay, jsEvent, view ){} );
I have the开发者_如何学Go following problem. Sometimes the refetchEvents method works well but sometimes works bad (Slow fetchs). For example sometimes I have to do double click in my button for call
How can I add a click event on an event and pass the day and event time as a url variable to another page? When a user clicks on an event I want to pass the date开发者_运维知识库 and event time to ano
How to get week calendar add event function 开发者_开发知识库in fullcalendar?Consult the API of FullCalendar here
Using FullCalendar, is there any way I can programmatically colorize specific days differently than the rest of the d开发者_开发知识库ays? For example, in the \"month\" or \"week\" views, I\'d like to
Is possible change background-color on same td in fullcalendar? for example: I like have blue beckground at Mo 10:00-14:00 开发者_运维问答and green beckground at Tu 9:30-11:30.
In the FullCalendar dayClick event, can I get the events that already exist in clicked date? http://arshaw.com/fullcalendar/docs/mouse/dayClick/