Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Agile on Nov 06, 2008 23:30
open dhtmlx forum
Title attribute to link

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
Answer posted by Support on Nov 10, 2008 09:27
You can block defautl tooltips by 
grid.attachEvent("onMouseOver",function(){
   return false;
})