📄 layout-win.js
字号:
/* This code will be loaded at start up.
*
* When the user selects to open this module, it's override code will
* be loaded to provide the functionality.
*
* Allows for 'Module on Demand'.
*/
QoDesk.LayoutWindow = Ext.extend(Ext.app.Module, {
moduleType : 'demo',
moduleId : 'demo-layout',
menuPath : 'StartMenu/Bogus Menu',
launcher : {
iconCls: 'layout-icon',
shortcutIconCls: 'demo-layout-shortcut',
text: 'Layout Window',
tooltip: '<b>Layout Window</b><br />A window with a layout'
}
});
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -