Categories | Question details Back To List | ||
dhtmlx images Hi there, Having some trouble getting the images for my new object tree. However, I had no problems with getting the images working for a static tree that I initialized in the html. The images won't load in my browser though for the xml loaded tree. The path is right as I am using for the other tree and it's fine. I checked firebug and it shows the images are there but they won't actually display. Here is the code: tree = new dhtmlXTreeObject(document.getElementById('treeBox'),"100%","100%", '0'); tree.setImagePath("dhtmlx/dhtmlxtree/codebase/imgs/csh_vista"); tree.enableCheckBoxes(false); tree.enableDragAndDrop(true); tree.loadXML("xml/tree.xml");//load root level from xml any thoughts? thanks! Answer posted by Alex (support) on Apr 13, 2009 05:36 Hello, If the image path is correct and you don't use enableTreeImages method, the images must be shown. Please, provide any sample or direct link to reproduce the issue. Answer posted by Bryan on Apr 14, 2009 14:14 Hi, Is there an email address I can send a direct link to a dummy page of the problem above without having to post it to the message board?
Thanks! Answer posted by Alex on Apr 15, 2009 00:31 Hello, You can send the link to support@dhtmlx.com |