問題描述
我正在使用 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.
- http://java.daypilot.org/
- http://www.dhtmlx.com/docs/products/dhtmlxScheduler/index.shtml
- http://web2cal.com/ajaxeventscalendar/calendar-demo/912-premium-demo/157-scheduler-view
不幸的是,daypilot 和 dhtmlxscheduler 都缺乏 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的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!