Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

接口作用

自定义修改决策平台的外观主题

开放资源

常量资源

提供商资源主题插件开发接口主题插件开发接口

服务资源

主题插件开发接口组件资源和模型资源主题插件开发接口

 


示例

 

Code Block
languagejs
title声明模块
collapsetrue
BI.module("my.theme", {
    version: 1.0,
    components: ["dec.workbench.tabs","dec.workbench.panel","dec.menu","dec.header"],
    constants: ["dec.constant.config"],
    services: ["dec.service.tabs"],
	providers: ["dec.provider.layout"]
})

...

主题插件开发接口

更深入的高级自定义请学习fineui