Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on Dec 10, 2008 12:32
open dhtmlx forum
specific alt (title) to the image on three-grid

I am using TreeGrid.setColTypes("tree,img,img,txt");

How to assign the specific alt (title) to the image under img columns instead of default one which is diplaying the image path.

Thanks.
Answer posted by Support on Dec 11, 2008 03:07
You can do it directly in data XML as 

<cell>some.gif^alt text here</cell>

or , use grid's tooltip functionality as

<cell title="alt text here">some.gif</cell>