Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on Jun 22, 2007 20:09
open dhtmlx forum
Is it possible for the tree to render without any images at all next to the nodes?

Answer posted on Jun 22, 2007 20:12

You can turn off images the following way:

tree.enableTreeImages(flase);
tree.enableTreeLines(false);
tree.enableTextSigns(true);

Answer posted by Stanislav (Support) on Dec 11, 2014 03:22

If you haven't found the needed information there and still looking for a solution, you will find the additional help checking javascript calender and referrance.