Questions tagged [jsplumb]

jsPlumb provides a way to "plumb" elements of a UI together.

jsPlumb is javascript library that allows you to connect elements on the screen using SVG, Canvas or VML, depending on the capabilities of the browser. It can be used with jQuery, MooTools or YUI3 (or another library of your choice if you feel like implementing an adapter for it).


Useful links


Related tags

566 questions
-1
votes
1 answer

jsplumb - how to make connector fixed?

As this png, the connector is at "BOTTOM", and if I move the box to left, the connector moved to "LEFT" too(as the 2nd png). But I want the connector to fixed at "BOTTOM", how to do? Thx!
Yorn Qiu
  • 29
  • 2
-1
votes
1 answer

Error: Loop Variable Undefined

I am trying to loop through an array but it am not able to see an intended output. Instead when I tried debugging, it says that the variable r is undefined. This is the variable that am using for the for loop. Debugging Interface Code in…
Nayantara Jeyaraj
  • 2,624
  • 7
  • 34
  • 63
-1
votes
1 answer

JavaScript Drawing library for Flow charts and attaching data to the view dynamically

I am looking for a JavaScript Library where in I can make a simple flow chart, that includes, A Start Point, A End Point, Few conditions, Changing the data, and adding it to the view when you double click the box, Can Fork the flow. Went through few…
-1
votes
1 answer

JsPlumb connector lines and anchor as triangle fails

I'm using JsPlumb in my current project and I'm currently having 2 small problems that I hope someone can help me with. var anEndpointDestination = { Connector: ["Straight"], anchor: ["Perimeter", { shape: "Diamond" }], endpoint: "Dot", …
Carsten Løvbo Andersen
  • 26,637
  • 10
  • 47
  • 77
-1
votes
2 answers

JSPlumb.draggable not working inside Angular directive

I can't get JSPlumb to play nice with Angular. Inside my directive's link function, I want to enable dragging for the new element. angular.module('myApp').directive('knEditorNode',function() { [...] return { restrict: 'E', replace: true, …
Florian
  • 271
  • 3
  • 14
-1
votes
3 answers

Draggable from jquery ui works on the jsPlumb website but when i save the complete webpage locally the drag and drop stops working

I am looking at this jsPlumb example: http://jsplumb.org/jquery/flowchartConnectorsDemo.html You will see that the drag and drop of the boxes works perfectly, but when you save the complete webpage locally the drag and drop doesn't work anymore. I…
alex.b
  • 168
  • 14
-2
votes
2 answers

jsplumb - drag and drop connection from all side of a div

I am making a flowchart editor using jsplumb. In flowchart connector demo of jsplumb, we could make drag and drop connection from one side of div, i want that div to accept and make connection from all four sides. Thanks.
Bruno
  • 37
  • 8
-2
votes
1 answer

JS-Plumb: (Re-)Draw a line between two elements after clicking

Edit: After trying out different hand-made solutions, I am using JSPlumb and trying to let it visually connect a clicked item from one list with a clicked item from another list (see screenshot). I built upon this Stackoverflow thread and made it…
physalis
  • 253
  • 4
  • 16
-2
votes
2 answers

JavaScript RegExp to match ElementId

I need to match the elementId with any other sub element IDs that begin with the elementId. For example, Sub elements have their IDs marked as 1-1, 1-2,...,4-5,..., 8-13, etc. So, if the Element ID is 2, I need to get all the sub elements of this…
Nayantara Jeyaraj
  • 2,624
  • 7
  • 34
  • 63
-2
votes
1 answer

Adding Overlay in JavaScript

I am using jsplumb to create a flow-chat. Once the flow-chart creation is over and acknowledged by the user I want to make the created structure un-editable. For this, have added an overly to the parent that holds the flow-chart, but the mouse…
-6
votes
1 answer

meteor integrate with jsplumb

I am doing a project and want to integrate with jsplumb meteor , and install jsplumb with meteor, but not to call it I've read some of the documentation jsplumb but nothing related to meteor , I just need like using nothing more
Darlyn
  • 310
  • 1
  • 2
  • 16
1 2 3
37
38