Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by romauto750 on Jun 23, 2008 09:05
open dhtmlx forum
Link with image

Hello,

I'm using dhtmlxGrid and I would like put an image on a hyperlink. Is it possible ? And if it's possible how to do ?

Thanks.
Answer posted by Support on Jun 23, 2008 09:56
a) you can use inline HTML
<cell type="ro"><![CDATA[ <a href="http://dhtmlx.com"><img src='any.gif'> </a> ]]></cell>

or
b)you  can use img excell
<cell type="img">any.gif^title^http://dhtmlx.com^_blank</cell>