I am new to using the full calendar and am wondering if it is possible to show the date of the day (in particular, the date) of the event on which the button was clicked. This should have happened if the event is clicked in the Year or Month view.
Another thing I would also like to know, if possible, can be shown the lightbox (the div that is shown above everything else) when an event is displayed in the daytime window.
I put in 2 days to research these problems, and although I found -
dayClick: function(date, allDay, jsEvent, view) {
$('#calendar').fullCalendar('gotoDate', date);
},
I could not adapt or change this to work correctly with the event.
Any advice would be highly appreciated.
Thanks in advance Chris
source
share