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
0
votes
2 answers

jsPlumb toolkit

Is it possible in jsPlumb toolkit to dynamically position the content based on the number and type of objects to be drawn and connected. I mean currently the example they gave, uses css to position the each nodes which is not a good option when we…
Prashanth Shyamprasad
  • 827
  • 2
  • 17
  • 39
0
votes
3 answers

Flowchart with jsPlumb

I'm trying to create a flowchart with jsPlumb. I have two elements and I want to connect them with a line. I want a line, but not a huge dot as I currently have. I've tried setting the radius of the dot everywhere I can, but it seems unaffected and…
Echilon
  • 10,064
  • 33
  • 131
  • 217
0
votes
1 answer

stack option for a draggable div on jquery-ui 1.9.2 resets the element z-index

I have several (dinamically generated) divs, whose z-index is set in css to 120: .plugin { position: absolute; z-index: 120; } They contain a title (positioned on the top) and a canvas: .plugin_title { font-size: 13px; …
janesconference
  • 6,333
  • 8
  • 55
  • 73
0
votes
1 answer

How to connect to endpoint using jsplumb?

I am using JSplumb for connections, I am getting some data from JSON and based on that I want to make connection between two endpoints, I have already created structure and created endpoints on each node, I tried to find this on jsplumb…
Deepak K
  • 329
  • 3
  • 11
0
votes
1 answer

achieve vertical lines using jsPlumb

I am using jsPlumb with success since a few months. I connect some div's with straight lines with no problems. Now I want to connect arbitrary div's placed anywhere with vertical or horizontal lines. To achieve this objective, I place lines using…
logoff
  • 3,347
  • 5
  • 41
  • 58
0
votes
1 answer

How to find unconnected end points in jsPlumb?

In my app, I am using jsPlumb lib in one module, Is there any way to find out unconnected endpoints?
gauti
  • 1,264
  • 3
  • 17
  • 43
0
votes
1 answer

How to connect dynamically created tasks in timeline using jsplumb

Suppose we have a timeline in which on mouse click a new task is created, in such case how to connect that tasks using jsplumb?
VJPB
  • 3
  • 1
0
votes
1 answer

Passing by reference in javascript

Hello all i am working with javascript and jsplumb library I am stuck in a problem and need help of experts. Here is my scenario. I have function in which i am using jsplumb library to create connection. createlink = function (arg1, arg2 , con) { …
A_user
  • 2,087
  • 6
  • 25
  • 33
0
votes
1 answer

how to pass the variable from the nested function call

I am doing a nested function call but with the same time I need to pass the variable to the nested function can i do that. Here is what I am trying to do so allSourceEndpoints.push(jsPlumb.addEndpoint(toId, sourceEndpoint(index), {…
unix_user
  • 309
  • 6
  • 21
0
votes
1 answer

jsplumb library getconnection function is not returning values

Hi all I am working in JS plumb library for making connections.I am stuck at one point and need help from experts. Here is my scenario. I have many connections and what I want is that when I click on one connection a certain label appears on it to…
A_user
  • 2,087
  • 6
  • 25
  • 33
0
votes
3 answers

How to optimize the jquery animate code

Hi I am doing a zoom in & out using jquery animate. The problem is it is too slow and takes too much of time. The animate function is going to zoom approximately 100's of divs. Can some one please tell me what should be done to make it optimized.…
unix_user
  • 309
  • 6
  • 21
0
votes
1 answer

how to repaint all the UI componenets in Jquery

I have a several divs connected to one another using the endpoint connections to one another. As I do a zoom in or zoom out, I need to repaint all the UI components. The UI components are drawn using the jsPlumb library(jquery/javascript based).…
unix_user
  • 309
  • 6
  • 21
0
votes
2 answers

jQuery containment not working on chrome,safari

I added some drag-able object to my code, there is problem with containment. In chrome, the objects can move to out side off the div o the containment not working Here is my sample URL: Circle Dagger (this happens when you drag object to end of…
Suneth Kalhara
  • 1,211
  • 6
  • 20
  • 40
0
votes
1 answer

How can I drag a list or button element from its parent div to another div using jsplumb

I have a div element which consists of list elements eg: java, ror, .NET. I want to drag a particular list suppose only java from its current div element to another div element.
Nitish
  • 57
  • 4
  • 14
0
votes
1 answer

Can I connect objects with javascript?

I want to make an interface that looks like this So here is what the user can do 1- Connect people to each other 2- See some information about each person (the balloon) 3- Move these objects around without them loosing their connections Then I…
Yasser1984
  • 2,401
  • 4
  • 32
  • 55
1 2 3
37
38