Quantcast
Channel: Northwoods Software - Latest topics
Viewing all articles
Browse latest Browse all 7417

Node Link Text - Tooltip

$
0
0

@maligan wrote:

Hi ,

how can i set tool tip on node link text (tooltip on node is working fine)

Sample code :

> {
> 	toolTip:
> 		goJ(go.Adornment, "Spot",
> 			{ background: "transparent" },
> 			goJ(go.Placeholder, { padding: 5 }),
> 			goJ(go.TextBlock,
> 				{ alignment: go.Spot.Top, alignmentFocus: go.Spot.Bottom, stroke: "red" },
> 				new go.Binding("text", "key", function(s) { return "key: " + s; }))
> 		)
> }

Not much help with : http://gojs.net/latest/intro/toolTips.html

Posts: 2

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 7417

Trending Articles