将资源视图/甘特图添加到 jQuery Fullcalendar

Adding a Resource View/Gannt chart to jQuery Fullcalendar(将资源视图/甘特图添加到 jQuery Fullcalendar)
本文介绍了将资源视图/甘特图添加到 jQuery Fullcalendar的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

问题描述

我正在使用 jQuery Fullcalendar 如果你不使用它,我建议你也这样做,因为它是它的功能真是太棒了!

I am using jQuery Fullcalendar and if you're not using it I suggest you do too because it is absolutely fantastic at what it does!

但是对我和我的项目真正有用(和许多其他人)我真的认为它需要资源/甘特视图.

However to be really useful to me and my project (and many others) I honestly believe it needs a resource/gannt view.

人们会认为这不是问题...直到您深入了解 jQuery FullCalendar 并看到它生成视图的方式不适合 javascript 开发者崇拜者...即我.

Not a problem one would think... until you look under the hood of jQuery FullCalendar and see that the way it generates it's views is not for javascript developer wannabes... ie me.

意识到这超出了我的范围,我不得不去其他地方寻找任何可以提供资源视图的日历/计划程序.

Having realised this is out of my league I had to go searching elsewhere looking for any calendar/scheduler that will provide a resource view.

以下是承诺此功能的三个专有日历.

Here are three proprietary calendars that promise this feature.

  1. http://java.daypilot.org/
  2. http://www.dhtmlx.com/docs/products/dhtmlxScheduler/index.shtml
  3. http://web2cal.com/ajaxeventscalendar/calendar-demo/912-premium-demo/157-scheduler-view

不幸的是,daypilotdhtmlxscheduler 都缺乏 FullCalendar 实现如此出色的简洁明了的界面,而 web2cal 只是看起来和感觉未完成并且仍然处于测试阶段.

Unfortunately both daypilot and dhtmlxscheduler lack the clean and clear interface that FullCalendar achieves so well and web2cal just looks and feels unfinished and is still in Beta.

另外,我想知道是否有人对如何将 jQuery 甘特图与 jquery fullcalendar 集成有任何想法.

Alternatively I was wondering if anyone has any ideas on how I could integrate a jQuery Gannt chart with jquery fullcalendar.

我发现了一些看起来很有希望的项目

I have found a few projects that look promising

  • http://www.maro-z.com/examples/jquery.gantt/
  • http://code.google.com/p/jquery-gantt/
  • http://github.com/thegrubbsian/jquery.ganttView

我已经研究了 fullcalendar 如何生成它的视图,但到目前为止还没有成功地扩展它来为这些甘特图之一提供一个容器以坐在"fullcalendar 中并由其按钮触发.

I have looked into how fullcalendar generates its views and so far have not had any success in extending this to provide a container for one of these gannt charts to 'sit within' fullcalendar and be triggered by its buttons.

这似乎是更受欢迎的功能请求之一,许多人在官方问题跟踪器上要求它

This seems to be one of the more popular feature requests with many people asking for it on the official issue tracker

http://code.google.com/p/fullcalendar/issues/detail?id=150&colspec=ID%20Type%20Status%20Milestone%20Summary%20Stars

所以我被留在了一个十字路口.我可以支付一个半生不熟的专有解决方案,它几乎没有社区支持,或者我可以通过询问真正了解 jQuery 的人来尝试找到一种在 jquery Fullcalendar 中获取资源视图的方法.

So I am left at a cross roads. I could pay for a half baked proprietary solution that has minimal to no community support or I can try and find a way of getting a resource view inside of jquery Fullcalendar by asking the people who really know jQuery.

我很乐意将使用专有解决方案节省下来的资金捐赠给 Fullcalendar 的开发者.

I would happily donate the funds saved from using a proprietary solution to the developer of Fullcalendar.

FullCalendar 的开发者似乎有很多事情要做,我想再次感谢他提供了这个真正令人惊叹的日历.

The developer of FullCalendar seems to have a lot on his plate and I would like to again thank him for this truly amazing calendar.

我希望有人可以与我们分享解决方案!

I hope someone can share a solution with us!

提姆

推荐答案

只是为了更新这个想法已经做了什么:

Just to update what has been done for this idea:

https://github.com/jarnokurlin/fullcalendar

现在是 fullcalendar 的一个分支.

It's now a fork of fullcalendar.

这篇关于将资源视图/甘特图添加到 jQuery Fullcalendar的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

Google apps script get range of bytes from binary file(谷歌应用程序脚本从二进制文件中获取字节范围)
Sending Multiple attachments with Google Script from Google Drive(使用 Google 脚本从 Google Drive 发送多个附件)
Distributing Google Apps Scripts for Sheets in your company network(在您的公司网络中分发适用于表格的 Google Apps 脚本)
Upload file to my google drive from anyone using javascript(使用 javascript 将文件从任何人上传到我的谷歌驱动器)
quot;Shared Drivequot; support in Google Apps Script(“共享驱动器Google Apps 脚本中的支持)
Angular 2+ HTTP POST and GDrive API. Resumable file upload with name(Angular 2+ HTTP POST 和 GDrive API.带名称的可恢复文件上传)