@ahmetgundogdu wrote:
Hello,
I set the node points to allSides.
Two nodes are connected to each other only once.
Is there a way to duplicate this?
How do I apply the following template when LinkingShiftTool is active.goMake(go.Node, "Spot", {
// fromSpot: go.Spot.AllSides, toSpot: go.Spot.AllSides,
// fromLinkable: true, toLinkable: true,
// },
// new go.Binding("location", "location"),//goMake(go.Panel, "Vertical", // goMake(go.Picture, { // maxSize: new go.Size(100, 100), // }, // new go.Binding("source", "iconSource")), // goMake(go.TextBlock, // { // textAlign: "center", // font: "bold 11pt Helvetica, Arial, sans-serif", // wrap: go.TextBlock.None, // width: 150, // editable: true // }, // new go.Binding("text", "caption"))
Posts: 2
Participants: 2