简体   繁体   English

jQuery FullCalendar添加事件

[英]JQuery FullCalendar Adding Event

I am working on a calendaring application with PHP and I am using jQuery Fullcalendar( http://fullcalendar.io/ ). 我正在使用PHP开发日历应用程序,并且正在使用jQuery Fullcalendar( http://fullcalendar.io/ )。 I am able to get the calendar to display, but I have run up against the wall on adding events to the calendar: 我可以显示日历,但是在向日历添加事件时遇到了麻烦:

1) With the click of a mouse I want to pop-up a dialog to create the event 1)点击鼠标,我想弹出一个对话框来创建事件

2) By clicking an existing event, I would like to update the event 2)通过单击现有事件,我想更新事件

3) By hovering over an event, I would like to pop-up a dialog to show details. 3)将鼠标悬停在事件上,我想弹出一个对话框以显示详细信息。

I would be grateful if someone could point me in the right direction. 如果有人能指出正确的方向,我将不胜感激。

Thanks 谢谢

You can find a basic example with CRUD on FullCalendar in my GitHub repo. 您可以在我的GitHub存储库中的FullCalendar上找到有关CRUD的基本示例。 Check it out here . 在这里查看

The code is not meant to be used in a production environment, but rather help you get started with FullCalendar and PHP. 该代码不是要在生产环境中使用,而是可以帮助您开始使用FullCalendar和PHP。

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

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