dTree icon indicating copy to clipboard operation
dTree copied to clipboard

Support hover events

Open SDVII opened this issue 2 years ago • 1 comments

Is it possible support other events such as mouse over on the nodes themselves?

SDVII avatar Jul 27 '22 10:07 SDVII

In the nodeClick callback I placed some jquery to handle click events on the nodes to show more information stored in the "extra" variable. Could be modified I guess to handle mouseover. $("body").on("click", "foreignObject", function(){. etc

m-miller avatar Jan 21 '23 01:01 m-miller