鼠标事件之eventMouseover – FullCalendar中文文档

2014-02-13 · 142 chars · 1 min read

FullCalendar 中文文档目录

当用户鼠标移动到某个日程(或者叫“事件”)上的时候触发:

function( event, jsEvent, view ) { }

event  是  Event Object  对象,包含了日程的信息(例如日期,标题等)

jsEvent  是原生的 javascript 事件,包含“点击坐标”之类的信息。

view  是当前的  View Object 。

在  eventClick  回调函数内部,this 是当前点击那个日程的

官方英文文档:http://arshaw.com/fullcalendar/docs/mouse/eventMouseover/

赞赏

微信