Hi!
Is there anyway to cahnge the node tooltip from the client side.
Regards,
Ahmad
Hi there!
I was able to change it with the following javascript ...
var node = igtree_getNodeById(nodeId); node.getElement().title = 'washing machine!';
hope that helps!