Build graph-oriented visual editor on jquery -


We need to create a JavaScript-based visual editor (on jQuery) that should edit some graph-presentation models. Institutions should be presented as nodes and the properties are nodes (or / and their properties) should be linked to other nodes. Nodes should be dragable.

Are there any tutorials and jQuery plugins that can reduce the development?

Thank you.

UPD: Probably can be implemented with dragable nodes The main problem of JQueryUI is to help implement the link.

UPD2: It looks as if someone fixes a problem but does it in a very inventive way and has nothing related to jQuery.

Funny thing ... we have just implemented a jQuery plugin Whose purpose is to reduce the implementation of graph editors. However, it has not been officially published yet. (We use SVG on the way - we had to do it, it was a semester project).

You can try it (any IE support (SVG, as mentioned), and the type of beta). You can drag the nodes from the shape box to the canvas. To drag connectors, click the yellow helmet in the top menu and drag a connector between the two nodes.

If it comes close to your needs, feel free to see it.


Comments

Popular posts from this blog

sql - dynamically varied number of conditions in the 'where' statement using LINQ -

asp.net mvc - Dynamically Generated Ajax.BeginForm -

Debug on symbian -