Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Gyle on Mar 06, 2009 09:42
open dhtmlx forum
How to change default icon width for eXcell tree

Is is possible to change the default icon width of 18px for the eXcell tree?

Best regards,
Gyle
Answer posted by Support on Mar 09, 2009 04:48
The component doesn't fix width of mentioned image , so if you are using image with different width - component will render it as is. 
Answer posted by Gyle on Mar 09, 2009 08:16

Okay. Thanks.

The text is too close to the image, making it difficult to read the first letter. Is there a way to move the image and/or text further apart, other than using a leading space character on the text?

Best regards,

Gyle

Answer posted by Support on Mar 10, 2009 04:16
You can try to add css rule, similar to next, on the page
<style type="text/css" media="screen">
    div.gridbox table.obj td span{
        padding-left:10px;
    }
</style>