Explorer-like trees
COOLjsTree Professional allows you to make your trees look like ones from Explorer:
var TREE2_FORMAT = [
...
// 14. draw explorer like tree ( identation will be ignored )
true,
// 15. Set of explorer images (folder, openfolder, page, minus, minusbottom,
// plus, plusbottom, line, join, joinbottom)
[
"img/folder.gif",
"img/folderopen.gif",
"img/page.gif",
"img/minus.gif",
"img/minusbottom.gif",
"img/plus.gif",
"img/plusbottom.gif",
"img/line.gif",
"img/join.gif",
"img/joinbottom.gif"
],
// 16. Explorer images width/height
[19,16],
You have to turn feature on (set field nr.14 to "true"), define images set (field nr.15), and specify size of images (field nr.16). Button images and folder/document images defined earlier will be ignored.
Here is the list of required images:
| folder.gif |
 |
| folderopen.gif |
 |
| page.gif |
 |
| minus.gif |
 |
| minusbottom.gif |
 |
| plus.gif |
 |
| plusbottom.gif |
 |
| line.gif |
 |
| join.gif |
 |
| joinbottom.gif |
 |