menu.js.keep

来自「台湾华南银行系统框架」· KEEP 代码 · 共 16 行

KEEP
16
字号
// You can find instructions for this file here:
// http://www.treeview.net

// Decide if the names are links or just the icons
USETEXTLINKS = 1;  //replace 0 with 1 for hyperlinks
HIGHLIGHT = 1;
HIGHLIGHT_COLOR = '#FFFFFF';
HIGHLIGHT_BG = '#CC9900';
PRESERVESTATE = 0;
WRAPTEXT=1;
// Decide if the tree is to start all open or just showing the root folders
STARTALLOPEN = 0; //replace 0 with 1 to show the whole tree

ICONPATH = './images/' //change if the gif's folder is a subfolder, for example: 'images/'

	foldersTree = gFld("︱

⌨️ 快捷键说明

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