duanhuilao0787 2016-01-20 03:02 采纳率: 100%
浏览 117

eventResize在fullCalendar2.6 *中不起作用

I have recently upgraded fullCalendar 1.6 to 2.6, everything works fine other than eventResize.

I couldn't get resize arrow when I try to resize events , but eventResize was working perfectly in older version of fullCalendar .

Can anyone let me know how to achieve eventResize in fullCalendar 2.6.

  • 写回答

1条回答 默认 最新

  • download92000 2016-01-20 21:58
    关注

    So 'eventResize' is a callback that is triggered when an event is resized. 'editable' is the option you set in the parameters that enables event resizing. (or 'eventDurationEditable' if you only want to allow resizing but not moving.)

    Is it possible you no longer have editable or eventDurationEditable enabled? They did not change from 1.x -> 2.x

    $('#calendar').fullCalendar({
        ...
        editable: true,
        ...
    });
    
    评论

报告相同问题?

悬赏问题

  • ¥15 php的curl不支持http2
  • ¥15 为什么我按照电路图做出的仿真和实物都不能使用
  • ¥15 mars2d在vue3中的引入问题
  • ¥50 h5唤醒支付宝并跳转至向小荷包转账界面
  • ¥15 算法题:数的划分,用记忆化DFS做WA求调
  • ¥15 chatglm-6b应用到django项目中,模型加载失败
  • ¥15 CreateBitmapFromWicBitmap内存释放问题。
  • ¥30 win c++ socket
  • ¥15 C# datagridview 栏位进度
  • ¥15 vue3页面el-table页面数据过多