Categories | Question details Back To List | ||
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 21, 2007 16:52 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 sematik (Support) on Dec 05, 2014 16:10 If you haven't found the needed information there and still looking for a solution, you will find the additional help checking calendar for scheduling and php ui components. |