拖拽和调整之eventDragStart – FullCalendar中文文档

2014-02-18 · 118 chars · 1 min read

FullCalendar 中文文档目录

当日程开始拖拽的时候触发 eventDragStart 回调:

function( event, jsEvent, ui, view ) { }

event 是 Event Object 对象,包含当前日程的信息(时间,标题等)

jsEvent 是原生的 js 对象,包含鼠标点击坐标等信息。

ui 是 jQuery UI 对象。

view 是当前的  View Object

官方英文文档:http://arshaw.com/fullcalendar/docs/event_ui/eventDragStart/

赞赏

微信