Quantcast
Channel: GoJS - Northwoods Software
Viewing all articles
Browse latest Browse all 7069

How to find the panel location that is on a link

$
0
0

@uriel wrote:

I have the code below,
I want to double click on the panel and find the panel location, (i want to open a special form at that place)
I use the diagramEvent to find the part
and tried to get the location from event.subject.part

is there a way to do it?

let link =new go.Link()
let panel = new Panel(Panel.Auto);
link.add(panel)

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 7069

Trending Articles