Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on Feb 14, 2007 15:32
open dhtmlx forum
Is there a way to remove some of the images on the tree, such as the dot line between the + and -, as well as...

Is there a way to remove some of the images on the tree, such as the dot line between the + and -, as well as the lines for each nodes under a branch?
Answer posted on Feb 14, 2007 15:35

The tree lines images can be disabled by the next command:

                tree.enableTreeLines(false);

 

The plus/minus images can be replaced with text equal to:

                tree.enableTextSigns(true);

Answer posted by Alexandra (Support) on Dec 08, 2014 23:12

Having solved the problem mentioned above, you may also look through the possible related problems with ajax php datagrid and js events.