Hareeshchandera / jsplumb

Automatically exported from code.google.com/p/jsplumb
0 stars 0 forks source link

How to connect two anchors on the same window with bezier connection? #96

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Is it somehow possible to create two anchors on a window and connect these 
anchors with one bezier connection (see attached file)? If yes, can you please 
explain how to create this?

Original issue reported on code.google.com by maestr...@freenet.de on 28 Jun 2011 at 12:16

Attachments:

GoogleCodeExporter commented 8 years ago
you would make a connection like this the same way you connect any two elements 
- either with a connect(..) call or by creating Endpoints and connecting them.  
jsPlumb doesn't care if the source and target elements are the same. 

Original comment by simon.po...@gmail.com on 28 Jun 2011 at 9:49

GoogleCodeExporter commented 8 years ago
i'm going to close this. it's not a bug report or an enhancement request.

Original comment by simon.po...@gmail.com on 30 Jun 2011 at 5:08

GoogleCodeExporter commented 8 years ago
Yes, sure.  

I always used dynamic anchors. I think, that's why I didn't found the solution 
before. Now I am using static endpoints for this kind of connections.

Thanks a lot for your answer.

Original comment by maestr...@freenet.de on 30 Jun 2011 at 3:56

GoogleCodeExporter commented 8 years ago
ok cool.

Original comment by simon.po...@gmail.com on 30 Jun 2011 at 9:23