tree_tpl.js

来自「用于银行全面掌控公司及各个部门的员工信息与设备资料」· JavaScript 代码 · 共 36 行

JS
36
字号
/*
	Feel free to use your custom icons for the tree. Make sure they are all of the same size.
	User icons collections are welcome, we'll publish them giving all regards.
*/

var tree_tpl = {
	'target'  : 'monitorlist',	// name of the frame links will be opened in
							// other possible values are: _blank, _parent, _search, _self and _top

	'icon_e'  : '../webbp/graphics/tree_icons/empty.gif', // empty image
	'icon_l'  : '../webbp/graphics/tree_icons/line.gif',  // vertical line
	
	'icon_48' : '../webbp/graphics/tree_icons/base.gif',   // root icon normal
	'icon_52' : '../webbp/graphics/tree_icons/base.gif',   // root icon selected
	'icon_56' : '../webbp/graphics/tree_icons/base.gif',   // root icon opened
	'icon_60' : '../webbp/graphics/tree_icons/base.gif',   // root icon selected
	
	'icon_16' : '../webbp/graphics/tree_icons/folder.gif', // node icon normal
	'icon_20' : '../webbp/graphics/tree_icons/folderopen.gif', // node icon selected
	'icon_24' : '../webbp/graphics/tree_icons/folder.gif', // node icon opened
	'icon_28' : '../webbp/graphics/tree_icons/folderopen.gif', // node icon selected opened

	'icon_0'  : '../webbp/graphics/tree_icons/page.gif', // leaf icon normal
	'icon_4'  : '../webbp/graphics/tree_icons/page.gif', // leaf icon selected
	'icon_8'  : '../webbp/graphics/tree_icons/page.gif', // leaf icon opened
	'icon_12' : '../webbp/graphics/tree_icons/page.gif', // leaf icon selected
	
	'icon_2'  : '../webbp/graphics/tree_icons/joinbottom.gif', // junction for leaf
	'icon_3'  : '../webbp/graphics/tree_icons/join.gif',       // junction for last leaf
	'icon_18' : '../webbp/graphics/tree_icons/plusbottom.gif', // junction for closed node
	'icon_19' : '../webbp/graphics/tree_icons/plus.gif',       // junctioin for last closed node
	'icon_26' : '../webbp/graphics/tree_icons/minusbottom.gif',// junction for opened node
	'icon_27' : '../webbp/graphics/tree_icons/minus.gif'       // junctioin for last opended node
};

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?