How to disable the icons of tree node

Hello All,
i am new to dhtmlx. i want to display the tree without icons. by using xml i am getting error while loading the tree so currently i am creating tree by using html.
Please let me know what is the configuration required for that.
the code of tree is given below:

  • Root
    • Child1
      • Child 1-1
    • Child2
    • Bold Italic

Thanks in advance.

Regards
Gaurav

Hello,

by using xml i am getting error while loading the tree

Please check the answer:
viewtopic.php?f=3&t=13735&p=40427#p40427

You may use enableTreeImages method.

..