mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-24 20:01:36 +02:00
show no more lines and left/down triangles instead of plus/minus in tree
This commit is contained in:
parent
caaf0c4323
commit
1c8d6e7b03
@ -242,6 +242,11 @@ var et2_tree = et2_inputWidget.extend(
|
|||||||
}
|
}
|
||||||
// Enable/Disable highlighting
|
// Enable/Disable highlighting
|
||||||
widget.input.enableHighlighting(widget.options.highlighting?true:false);
|
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');
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
BIN
phpgwapi/templates/default/images/dhtmlxtree/minus.png
Normal file
BIN
phpgwapi/templates/default/images/dhtmlxtree/minus.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 457 B |
BIN
phpgwapi/templates/default/images/dhtmlxtree/plus.png
Normal file
BIN
phpgwapi/templates/default/images/dhtmlxtree/plus.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 459 B |
Loading…
x
Reference in New Issue
Block a user