Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by roxana aioanei on Apr 23, 2008 04:04
open dhtmlx forum
how can I set some image properties

Hello! I found how to have image in dhtmlxgrid cells but how can I set some image properties (height, width)...the images I have are big
Answer posted by Support on Apr 23, 2008 05:17
If you are using img excell you can't control image properties, but in case of custom HTML content inside cell - you can set any aspect of image

<cell><![CDATA[ <img src='some.gif' width='100px' height='50px;'> ]]></cell>