how to connect two entities in ERD by using click event
117 views
Skip to first unread message
maqthadar khan
unread,
May 21, 2012, 11:08:17 AM5/21/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to JointJS
hi...iam new to this joint js...i want to know how to connect two
entities by clicking on them..for ex.there are two rectangles
dynamically created and when we click these two rectangles there
should form a path between them dynamically through event
functions.can any one tell me ..my code is
rec.wrapper.click(function()
{
firstobject=this.node;
the above statement is not working...