fullcalendar - Fullcalender customizing the Agenda display -


i want make 3 changes fullcalendar agenda view.

  1. remove start time events, want display title in each slot.
  2. change height of timeslots, have tried adjusting contentheight had no apparent effect.
  3. show 30min slots on y-axis, know axisformat option still displays full hours.

if can give me suggestions on how accomplish these 3 changes?

fullcalendar have rich callback set configure:

  1. you should use eventrender modify (hide title in constructed best way of it). not try construct new element , replace original

  2. the same eventrender can add css or class , change per event or direct css

  3. agenda view not have time slots @ all, time-ordered list not represent proportion of time-lenght between events. if wan't time based view, try singe day view , set slotduration close want, on fly buttons or keybind. + when setting slotduration, if wan't support adding events, change snapduration


Comments

Popular posts from this blog

facebook - android ACTION_SEND to share with specific application only -

python - Creating a new virtualenv gives a permissions error -

javascript - cocos2d-js draw circle not instantly -