Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by john albert on Dec 09, 2007 22:54
open dhtmlx forum
insert image in to cells

how can i insert image in to the cell i am using standard version
please help me in these regarding i am using the image in the xml text but the image is not displaying
Answer posted by Support on Dec 10, 2007 01:36
In case of loading data from XML you can specify image as

   <cell><![CDATA[
       <img scr="some.gif">
    ]]></cell>

or as

   <cell>
       &lt;img scr="some.gif"&gt;
   </cell>

or you can use "img" excell type and just specify url to image as cell value
   <cell>some.gif</cell>