Are there any alternatives to jsPlumb? (for the purpose of connecting DOM elements) [closed]

风流意气都作罢 提交于 2019-12-02 15:09:09

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.

Micah

"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

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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!