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

Click property of Picture is not working

$
0
0

@tejbir wrote:

Hi,

I am using click property of Picture Object. But it is not working.
Please help.

$go(go.Picture,dropDownImageStaticResource,
{
desiredSize: new go.Size(15, 12),
margin:0.2,
click: function(e, obj) {
var node=obj.part.adornedPart;
clickedOnNodeOpenDropDown(node.data.key);
}
)

Posts: 7

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 7069

Trending Articles