最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

extjs - JavaScript framework for drawing workflow diagrams - Stack Overflow

programmeradmin1浏览0评论

Does anyone know about any JavaScript frameworks used for developing workflow-like diagrams? I'm looking for ways to show relationships between objects and to be able to drag the objects around within the browser. I'm looking for something similar to the functionality of Microsoft Visio.

Has anyone done anything similar with the Ext JS framework? This is all I've seen out there so far.
.html

And I'd like to be able to drag components around like this.
.html

Does anyone know about any JavaScript frameworks used for developing workflow-like diagrams? I'm looking for ways to show relationships between objects and to be able to drag the objects around within the browser. I'm looking for something similar to the functionality of Microsoft Visio.

Has anyone done anything similar with the Ext JS framework? This is all I've seen out there so far.
http://kforner.github.com/extjs-dag-drawer/example.html

And I'd like to be able to drag components around like this.
http://raphaeljs.com/graffle.html

Share Improve this question edited Aug 20, 2012 at 5:22 JustBeingHelpful asked Aug 20, 2012 at 5:12 JustBeingHelpfulJustBeingHelpful 19k39 gold badges167 silver badges250 bronze badges 4
  • found another one ... yworks.com/products/yfileshtml/eap/demos/GraphViewerDemos/… – JustBeingHelpful Commented Aug 26, 2012 at 18:38
  • yworks.com/en/products_yfiles_practicalinfo_demos.html#html5 – JustBeingHelpful Commented Aug 26, 2012 at 18:40
  • INCREDIBLE!! yworks.com/products/yfilessilverlight/… – JustBeingHelpful Commented Nov 7, 2013 at 6:11
  • here's another: gliffy.com – JustBeingHelpful Commented Jan 20, 2014 at 2:03
Add a comment  | 

3 Answers 3

Reset to default 8

You mean like http://www.draw.io/?

This browser-based tool lets you draw UML style diagrams (and workflow diagrams) and then export / save as in your desired format.

Searching for UML tools will help you find others if this doesn't suit your needs.

For the JS library itself, the above uses http://www.jgraph.com/mxgraph.html

I can suggest Graphiti which is based on RaphaelJS. In this case you have the power of raphaelJS API and community and a better object/API handlin than in the graffle demo page.

Greetings

If you need a javascript framework, take a look: http://jsplumbtoolkit.com

发布评论

评论列表(0)

  1. 暂无评论