⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 bogus-win.js

📁 Extjs写的一个桌面应用。。功能很强大
💻 JS
字号:
/* This code defines the module and will be loaded at start up.
 * 
 * When the user selects to open this module, the override code will
 * be loaded to provide the functionality.
 * 
 * Allows for 'Module on Demand'.
 */

QoDesk.BogusWindow = Ext.extend(Ext.app.Module, {
	moduleType : 'demo',
	moduleId : 'demo-bogus',
	menuPath : 'StartMenu/Bogus Menu/Bogus Sub Menu',
	launcher : {
		iconCls: 'bogus-icon',
		shortcutIconCls: 'demo-bogus-shortcut',
		text: 'Bogus Window',
		tooltip: '<b>Bogus Window</b><br />A bogus window'
	}
});

⌨️ 快捷键说明

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