In an upcoming project we need an advanced scheduler component. It needs to be capable of scheduling events for about 100 people (at the same time) over a period of 31 days, and each task will have several custom properties associated with it. A colleague of mine found this one, which would be almost perfect, but I've got my reservations against it because
在即将到来的项目中,我们需要一个高级调度器组件。它需要能够在31天内为大约100人(同时)调度事件,并且每个任务将具有与之关联的多个自定义属性。我的一个同事发现了这个,这几乎是完美的,但我对此持保留意见,因为
- It's based on ExtJS and we're already using jQuery. Although they don't conflict, it's a lot of duplicated functionality and ExtJS is pretty heavy as it is.
- 它基于ExtJS,我们已经在使用jQuery了。虽然它们没有冲突,但是有很多重复的功能,而且ExtJS非常重。
- Performance could be better.
- 性能可能更好。
Is there anything that could rival the above mentioned component and be built on jQuery?
有什么东西可以与上面提到的组件竞争并构建在jQuery上吗?
Added much, much later: Thank you all for answers. In the end, we decided to bite the bullet and roll out our own. It took a few months, but the result is good.
非常感谢你的回答。最后,我们决定咬紧牙关,自己动手。花了几个月的时间,但结果很好。
2 个解决方案
#1
31
Here some Calenadars/Schedulers,
这里一些Calenadars /调度器,
dhtmlxScheduler
Web2Cal it seems to have scheduler option too
Web2Cal似乎也有调度器选项
jQuery Week Calendar- The Scheduler
jQuery周日历——调度器。
wdCalendar JQuery AJAX Event Calendar
wdCalendar JQuery AJAX事件日历。
jqxScheduler
And here is a bit different idea of implementation of what you are looking for - TimeLine with events
这里有一个不同的概念,实现你想要的东西-时间轴与事件
Timeglider
时间轴
One last thing, I have used another product from the Bryntum company - Gantt , and its really a great tool (never had conflicts with jQuery), so I'm sure their Scheduler is super as well...And I think its the most power full out there too
最后,我使用了Bryntum公司的另一个产品Gantt,它确实是一个很棒的工具(从未与jQuery发生冲突),所以我确信他们的调度器也是超级棒的……我认为这也是最强大的力量
Ext Scheduler, javascript based on ExtJS
Ext调度器,基于ExtJS的javascript
#2
1
There is also (you need to buy a license) http://demos.telerik.com/kendo-ui/web/scheduler/index.html
还有(您需要购买许可证)http://demos.telerik.com/kendo-ui/web/scheduler/index.html
#1
31
Here some Calenadars/Schedulers,
这里一些Calenadars /调度器,
dhtmlxScheduler
Web2Cal it seems to have scheduler option too
Web2Cal似乎也有调度器选项
jQuery Week Calendar- The Scheduler
jQuery周日历——调度器。
wdCalendar JQuery AJAX Event Calendar
wdCalendar JQuery AJAX事件日历。
jqxScheduler
And here is a bit different idea of implementation of what you are looking for - TimeLine with events
这里有一个不同的概念,实现你想要的东西-时间轴与事件
Timeglider
时间轴
One last thing, I have used another product from the Bryntum company - Gantt , and its really a great tool (never had conflicts with jQuery), so I'm sure their Scheduler is super as well...And I think its the most power full out there too
最后,我使用了Bryntum公司的另一个产品Gantt,它确实是一个很棒的工具(从未与jQuery发生冲突),所以我确信他们的调度器也是超级棒的……我认为这也是最强大的力量
Ext Scheduler, javascript based on ExtJS
Ext调度器,基于ExtJS的javascript
#2
1
There is also (you need to buy a license) http://demos.telerik.com/kendo-ui/web/scheduler/index.html
还有(您需要购买许可证)http://demos.telerik.com/kendo-ui/web/scheduler/index.html