tree_tpl.js
上传用户:junmaots
上传日期:2022-07-09
资源大小:2450k
文件大小:2k
源码类别:

Jsp/Servlet

开发平台:

Java

  1. /*
  2. Feel free to use your custom images for the tree. Make sure they are all of the same size.
  3. User images collections are welcome, we'll publish them giving all regards.
  4. */
  5. var tree_tpl = {
  6. 'target'  : 'mainFrame', // name of the frame links will be opened in
  7. // other possible values are: _blank, _parent, _search, _self and _top
  8. 'icon_e'  : 'images/empty.gif', // empty image
  9. 'icon_l'  : 'images/line.gif',  // vertical line
  10. 'icon_32' : 'images/base.gif',   // root icon normal
  11. 'icon_36' : 'images/base.gif',   // root icon normal
  12. 'icon_48' : 'images/base.gif',   // root icon normal
  13. 'icon_52' : 'images/base.gif',   // root icon selected
  14. 'icon_56' : 'images/base.gif',   // root icon opened
  15. 'icon_60' : 'images/base.gif',   // root icon selected
  16. 'icon_16' : 'images/folder.gif', // node icon normal
  17. 'icon_20' : 'images/folderopen.gif', // node icon selected
  18. 'icon_24' : 'images/folder.gif', // node icon opened
  19. 'icon_28' : 'images/folderopen.gif', // node icon selected opened
  20. 'icon_0'  : 'images/page.gif', // leaf icon normal
  21. 'icon_4'  : 'images/page.gif', // leaf icon selected
  22. 'icon_8'  : 'images/page.gif', // leaf icon opened
  23. 'icon_12' : 'images/page.gif', // leaf icon selected
  24. 'icon_2'  : 'images/joinbottom.gif', // junction for leaf
  25. 'icon_3'  : 'images/join.gif',       // junction for last leaf
  26. 'icon_18' : 'images/plusbottom.gif', // junction for closed node
  27. 'icon_19' : 'images/plus.gif',       // junctioin for last closed node
  28. 'icon_26' : 'images/minusbottom.gif',// junction for opened node
  29. 'icon_27' : 'images/minus.gif'       // junctioin for last opended node
  30. };