Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on Jul 28, 2008 14:49
open dhtmlx forum
dhtmlxTree

How do I load a tree without any plus sign or minus signs. I do not want to have the image arrays loaded.
Answer posted by Support on Jul 29, 2008 02:10
add next commands before loading tree data
    tree.enableTreeLines(false);
    tree.enableTreeImages(false);