Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by cliff on Feb 03, 2009 19:17
open dhtmlx forum
Tooltip update using javascript

Hi
In v1.6 we could change the tooltip using some javascript as below
grid.cells(rowid,colid).cell.title="this is a test";
after upgrade to 2.0 this doesn't work.
How can i set the title(tooltip) using javascript in v2.0
ta
cliff

Answer posted by Support on Feb 04, 2009 03:36
You can do it as 
     grid.cells(i,j).setAttribute("title","this is a test");