JQuery full calendar, how to change view

前端 未结 3 737
遥遥无期
遥遥无期 2020-12-09 06:23

I am using JQuery Full Calendar in my application, but I need slightly different view, that is - in month view don\'t show tasks, just color days which have events associate

3条回答
  •  遥遥无期
    2020-12-09 07:17

    here is a solution which works with no duplicates generated when moving between views. it loads two different sets of data sources depending on which view you load. I used ppumkins help with his. note the order of the addEventSource and removeEventSource calls. For me i needed to load addEventSource before removeEventSource otherwise duplicates will appear on first view click

    http://dev2.mycmo.com.au/fullcalendar/calendar_problem_demo.php

提交回复
热议问题