Pau*_*aul 34 javascript jquery jquery-plugins fullcalendar
我在fullcalendar中启动了YearView(从基本的'MonthView'派生,需要显示更长的事件,如学校假期),如果有人已经熟悉事件在视图上显示的方式,我可以使用手.
请访问https://github.com/Paulmicha/fullcalendar查看我的github fork
- >示例文件是https://github.com/Paulmicha/fullcalendar/blob/master/tests/year-view-test-01.html
Edu*_*omo 11
FullCalendar文档:http://arshaw.com/fullcalendar/docs/
以JSON格式加载事件:http://arshaw.com/fullcalendar/docs/event_data/events_json_feed/
渲染事件:http://arshaw.com/fullcalendar/docs/event_rendering/renderEvent/
渲染事件示例:
fc.fullCalendar('renderEvent', {
'id': 1,
'title': 'Test Event 1',
'start': '2009-11-05T13:15:30Z',
'end': '2009-11-05T13:30:00Z'
});
Run Code Online (Sandbox Code Playgroud)
限制可用月份的显示:Fullcalendar限制可用月份的显示?
归档时间: |
|
查看次数: |
46225 次 |
最近记录: |