1. 可选配置

可选配置可配置系统已实现的部分功能的可用与否。

var config = {
   showlabel:false, /*是否显示导航标签*/
   menustyle:"" /*tree表示子菜单为树状展开,可收缩;其他值表示为子菜单为悬浮显示*/
};

1.1. 例如

自定义程序设计>标准类>常用>主程序>扩展程序(js)

config.init = function (){
    this.showlabel = true,
        this.menustyle = "tree" /*tree表示子菜单为树状展开,可收缩;其他值表示为子菜单为悬浮显示*/
}

results matching ""

    No results matching ""