tree_items.js

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

JS
27
字号
/* 
	the format of the tree definition file is simple,
	you can find specification in the Tigra Menu documentation at:
	
	http://www.softcomplex.com/products/tigra_menu/docs/items.html	
*/

var TREE_ITEMS = [
	['总公司', null,
		['工程1', null,
			['报告', null,
				['质量报告', 'client2_info.html'],
				['预算报告', 'http://www.163.com'],
			],
		],
	],
	['子公司', null,
		['工程2', null,
			['报告', null,
				['预算报告', 'test_1.html'],
				['质量报告', null],
			],
		],
		['报告', 'list.html'],
	]
];

⌨️ 快捷键说明

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