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

📄 layout.js

📁 Browser independent JavaScript SDK. ClassLoader to lazy load JavaScript classes, extensions to core
💻 JS
字号:
jsx.logging.Layout = function(){this.initialize.apply(this, arguments);}	/** @ignore */	jsx.logging.Layout.prototype.initialize = function(){}	jsx.logging.Layout.prototype.format = function(){throw 'Layout.format is abstract';}	jsx.logging.Layout.prototype.getContentType = function(){throw 'Layout.getContentType is abstract';}	jsx.logging.Layout.prototype.getHeader = function(){throw 'Layout.getHeader is abstract';}	jsx.logging.Layout.prototype.getFooter = function(){throw 'Layout.getFooter is abstract';}jsx.logging.Layout.PACKAGE = "jsx.logging";jsx.logging.Layout.CLASS = "jsx.logging.Layout";jsx.logging.Layout.SUPER_CLASS = "";jsx.logging.Layout.IMPORTS = [];jsx.logging.Layout.INTERFACES = [];jsx.logging.Layout.MIXINS = [];jsx.logging.Layout.getName = function(){return jsx.logging.Layout.CLASS;}jsx.logging.Layout.klass = new jsx.lang.Class(jsx.logging.Layout.getName());jsx.logging.Layout.prototype.getClass = function(){return jsx.logging.Layout.klass;}jsx.logging.Layout.WARNINGS = [];

⌨️ 快捷键说明

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