Hi,
I've create a small demo project, in which all objects have only 1 start endpoint, and 1 receicing endpoint.
When checking the data in jsPlumb.getConnections(), I notice that the "source" and "target" properties of a connection, contain only the ID of the object and not the UUID of the endpoint.
Now, I would to expand my example by using multiple starting and receiving endpoints. The goal is to make the application persistent and be able to save and reload the connection data.
My question is now: How can I rebuild the connections, based on the jsPlumb.getConnections() data, if there is no reference to a specific endpoint/UUID. How do I find out, based on the current information, which connection uses which endpoints ?
Any feedback would be helpful ....
Did you not see my reply about the getConnections method? You need it to be updated to include uuids if they are present, yes. You could create an enhancement request if you wanted to. It would be easy to get into the next release, 1.7.5.