dhxLayout attachTree();

Not sure if I’m missing something here, but I’m not able to set the following attributes on a tree object node - im0,im1,img2,aCol

dhxTree.loadXMLString(“”);

The tree control appears to use the default icons.

Cheers

dhtmlx.com/docs/products/doc … lTree.html

Correct names of attributes im0, im1, im2

dhxTree.loadXMLString("");

Thanks mate, bloody syntax!

Cheers.