Simon Porritt
Simon Porritt
From this question on StackOverflow: https://stackoverflow.com/questions/69646215/how-to-move-all-connections-connected-to-an-endpoint-at-once
`EndpointOptions` currently supports `connectionsDetachable`, which applies to both the source and the target of a connection. Is there any value in also supporting `connectionSourceDetachable` and `connectionTargetDetachable` ?
from an original issue on Google Code (https://code.google.com/p/jsplumb/issues/detail?id=228) user would like to be able to define connections that have one endpoint which is not initially connected to anything. i've had...
printing
placeholder to remind me to take a look at printing jsplumb stuff and create a wiki page for it.
originally a google code issue (https://code.google.com/p/jsplumb/issues/detail?id=176) update Bezier connector to support 'stub' parameter like Flowchart and Straight connectors do.
from google code https://code.google.com/p/jsplumb/issues/detail?id=298
it would be nice to support custom, named, shapes in the perimeter anchors. one user added this to the source code, for example: "Parallelogram":function() { return _shape([ [ 0.25, 0,...
not entirely sure which ones to support, but the grid size/snap to grid are two requests from [a user of jsplumb](https://github.com/jsplumb/jsPlumb/issues/618#issuecomment-334540494)
there's a `reset` method. all it does right now it empty out a bunch of array, not actually removing drag handlers from managed elements. It should - but optionally take...