简体   繁体   English

FullCalendar中事件日单元格上的鼠标悬停

[英]Mouseover on Event day cell in FullCalendar

Is it possible to show a pop up details of the event when i mouseover on event cell not on event bar line. 当我将鼠标悬停在事件单元格而不是事件栏线上时,是否可以显示事件的弹出详细信息。

在此处输入图片说明

Regards 问候

eventMouseover eventMouseover

Triggered when the user mouses over an event. 当用户将鼠标悬停在事件上时触发。

function( event, jsEvent, view ) { } 函数(事件,jsEvent,视图){}

event is an Event Object that holds the event's information (date, title, etc). event是保存事件信息(日期,标题等)的事件对象。

full documentation : https://fullcalendar.io/docs/mouse/eventMouseover/ 完整文档: https : //fullcalendar.io/docs/mouse/eventMouseover/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM