show no more lines and left/down triangles instead of plus/minus in tree

This commit is contained in:
Ralf Becker 2016-02-25 19:29:56 +00:00
parent caaf0c4323
commit 1c8d6e7b03
3 changed files with 10 additions and 5 deletions

View File

@ -242,6 +242,11 @@ var et2_tree = et2_inputWidget.extend(
}
// Enable/Disable highlighting
widget.input.enableHighlighting(widget.options.highlighting?true:false);
// show no more lines and left/down triangles instead of plus/minus
widget.input.enableTreeLines(false);
widget.input.setImageArrays('plus', 'plus.png', 'plus.png', 'plus.png', 'plus.png', 'plus.png');
widget.input.setImageArrays('minus', 'minus.png', 'minus.png', 'minus.png', 'minus.png', 'minus.png');
},
/**

Binary file not shown.

After

Width:  |  Height:  |  Size: 457 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 459 B