Closed GoogleCodeExporter closed 9 years ago
"con" is an instance of Connection. you need to set the z-index of con's
"canvas" member:
var con = jsPlumb.connect(...);
$(con.canvas).css("z-index", 1000);
this isn't a defect or an enhancement. marking invalid and closing.
Original comment by simon.po...@gmail.com
on 13 Apr 2011 at 9:03
thanks for the input. it works.
I have one more query. How to get endpoint from node given a scope. Say
jsPlumb.addEndpoint(nodeId,scope) should return all the endpoints attached to
that nodeId with the given scope. If scope is not mentioned then all the
endpoints irrespective of scope.
Is something available already?
thanks in advance.
Original comment by rkkil...@gmail.com
on 14 Apr 2011 at 5:59
sorry for the typo above. Call should be jsPlumb.getEndpoint(nodeId,scope)
Original comment by rkkil...@gmail.com
on 14 Apr 2011 at 6:00
Original issue reported on code.google.com by
rkkil...@gmail.com
on 13 Apr 2011 at 3:36