Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Bk on Aug 28, 2007 17:41
open dhtmlx forum
dhtmlxGrid - img tag

Hi,

How can I use image tag, whose column type is img to be a link. Can you please provide some example?

Thanks,
Bhuvana
Answer posted by Stanislav on Sep 05, 2007 18:39
For "img" column type content can be set in next way

<cell>Link^Tooltip^some.com^_blank</cell>

in result you will get next HTML

<a href='some.com' title='Tooltip' target='_blank'><img src='link'><a>