1

I want to remove images from the Tree view shown in dhtmlxTree. I know that if we don't give any image file, there won't be any image shown. But, still the place for the image is left blank. I want to reclaim the place of the image. Can we do that in dhtmlxTree ?

Harman
  • 1,571
  • 1
  • 19
  • 31

1 Answers1

2

Try:

tree.enableTreeImages(false);

see this link for more options http://docs.dhtmlx.com/doku.php?id=dhtmlxtree:api_toc_categories

jerjer
  • 8,694
  • 30
  • 36