Hi Team,
I am using html link in tree node.I don’t want the default title attribute on mouseover the link.
How to do that.
Thanks
You can block defautl tooltips by
grid.attachEvent(“onMouseOver”,function(){
return false;
})
Hi Team,
I am using html link in tree node.I don’t want the default title attribute on mouseover the link.
How to do that.
Thanks
You can block defautl tooltips by
grid.attachEvent(“onMouseOver”,function(){
return false;
})