简体   繁体   English

有没有办法让 FullCalendar.io 事件重叠?

[英]Is there a way to get FullCalendar.io events to overlap?

I am looking for a way to make the below overlap rather than stack.我正在寻找一种方法来使下面的重叠而不是堆叠。

Example Image:示例图像:

在此处输入图像描述

Essentially, just full width if overlap occurs.本质上,如果发生重叠,则只是全宽。

I am using fullCalender version 5.我正在使用 fullCalender 版本 5。

At the time of writing, this isn't possible via the fullCalendar API.在撰写本文时,这无法通过 fullCalendar API 实现。 You would have to re-write fullCalendar's internal rendering code to suit your purpose.您必须重新编写 fullCalendar 的内部渲染代码以满足您的目的。 It's possible that could be achieved by creating [custom views], but you would need to study the current fullCalendar source code to understand all the possibilities.可以通过创建 [自定义视图] 来实现,但您需要研究当前的 fullCalendar 源代码以了解所有可能性。

Alternatively, you can see if anyone has requested such a feature and vote for it, or submit your own feature request for the developers on the fullCalendar project to consider.或者,您可以查看是否有人请求了此类功能并对其进行投票,或者提交您自己的功能请求以供 fullCalendar 项目的开发人员考虑。 Instructions are here: https://fullcalendar.io/requesting-features说明在这里: https://fullcalendar.io/requesting-features

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

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