我有一个json数据,其中包含我的活动的开始和结束日期。
$(".full-calendar-demo").fullCalendar({
editable: true,
eventDurationEditable: true,
events:[
{
id: 83,
title: "Conference",
start: '2014-11-12T5:00:00',
end: '2014-11-13T5:00:00',
}];
});
如何启用事件大小调整。我使用的是FullCalendar v2.2.3
答案 0 :(得分:0)
如何添加resizable:true