📄 application.borderpane.js
字号:
/**
* @class BorderPane component.
* @base EchoApp.Component
*/
ExtrasApp.BorderPane = Core.extend(EchoApp.Component, {
$static: {
DEFAULT_BORDER: { color: "#00007f", contentInsets: 20, borderInsets: 3 }
},
$load: function() {
EchoApp.ComponentFactory.registerType("ExtrasApp.BorderPane", this);
},
componentType: "ExtrasApp.BorderPane",
pane: true
});
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -