可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
I'm making a gantt project management system, and I'm trying to connect the DOM elements of a UI together, like in this jsPlumb demo:
However, I don't like jsPlumb much. I searched for alternatives, but couldn't find any.
Are there any jsPlumb alternatives that you suggest?
回答1:
jsPlumb doesn't have a Gantt chart connector out of the box, but someone wrote one a year or two ago:
http://help-me-hackers.com/tasks/107
which, when i saw it, i thought was pretty cool. I don't know a great deal about it, since it's all in Japanese, but the idea of polishing those connectors up and then adding them to jsPlumb for everyone to use is quite appealing.
i think perhaps the code is in this github project:
https://github.com/komagata/jquery.ganttView
..but be aware if you do try to integrate them, the code has moved on a little since they were written so you might have a little bit of work to do up front. I'd be happy to help you if you want to pursue this.
回答2:
"WireIt is an open-source javascript library to create web wirable interfaces for dataflow applications, visual programming languages, graphical modeling, or graph editors."
DERI pipes which was inspired by Yahoo's Pipes
JavaScript Gantt Chart rich script API:
Ext Gantt is a gant chart component build on the Ext Js frameworks (made by Sencha Inc)
dojox.gantt is a dojo gantt chart widget
回答3:
Not sure if this is any easier than jsPlumb , which btw is awesome.
This framework is like the yahoo pipes visual UI editor, http://neyric.github.com/wireit/index.html and this http://neyric.github.com/webhookit/docs/index.html