Showing images in the tree

Hello,

I just testing the tree, but i have a problem with the icons.
I use the sampe script and the sample xml file.

When I load the tree, only the first minus5.gif will be shown and all the
checkboxes.
But when I open the tree, then the icons will be shown.

See attached file.

Here a part of my script.

tree = new dhtmlXTreeObject(“treeboxbox_tree”, “100%”, “100%”, 0);

tree.setSkin(‘dhx_skyblue’);
tree.setImagePath(“./js/tree/imgs/csh_dhx_skyblue/”);

the php file which include the Javascript is in the root dir.

many thanks

regards
Jürgen

hello,

I’ve fount the problem.

The problem was an error in the Javascript.
Javascript stop and therefore , the icons were not displayed.