@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