I am wondering if it's possible to just show the time reserved on the calendar, not the title of the event, using jQuery’s FullCalendar plug-in?
Thank you very much for your help!
|
I am wondering if it's possible to just show the time reserved on the calendar, not the title of the event, using jQuery’s FullCalendar plug-in? Thank you very much for your help!
| ||||
feedback
|
|
Somewhere along the lines of 3665 inside the fullCalendaer normal version look for this code
Remove
So that it still makes sense i jscript syntax and viola! no more title just time. | |||||||||||
feedback
|
|
You can do everything you want with altering CSS class : To hide event title:
If you want to keep time of events but keep the same background between title and body, you should unset opacity:
| |||||||||||
feedback
|