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

LinkShiftingTool Edit Template, Multi Connect

$
0
0

@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

Read full topic


Viewing all articles
Browse latest Browse all 6969

Trending Articles