!(function () { BI.config("dec.constant.config", function (config) { config.theme.config4Frame.west.width = 240; config.theme.config4EntryPane.pinable = false; return config; }); BI.config("dec.provider.layout", function (provider) { provider.setConfig({ type: "bi.absolute", items: [ { el: { type: "bi.absolute", items: [ { el: { type: "dec.workbench.tabs" }, top: 0, bottom: 0, right: 0, left: 240 }, { el: { type: "dec.workbench.panel", width: 240 }, top: 0, bottom: 0, left: 0 } ] }, top: 40, left: 0, right: 0, bottom: 0 }, { el: { type: "dec.header" }, height: 40, top: 0, left: 0, right: 0 } ] }); return provider; }); BI.config("dec.workbench.directory", function (config) { config.type = "my.theme.directory"; return config; }); }());