zoukankan      html  css  js  c++  java
  • extjs menu几个有用的属性

    代码
                    arrayMenu.push(
                        {
                            text: colorText,
                            menuSource: arrayMenuSource[i],

                            enableToggle: 
    true,         //是否允许交替按钮状态
                            
    //pressed: true,            //是否处于选中状态
                            toggleGroup: "etoon",       //相同组只能有一个被选中
                            hideOnClick: false,         //点击菜单项就隐藏菜单。

                            menu: 
    this.createChildMenu(self, arrayMenuSource[i].MenuItems)
                        }
                    );
  • 相关阅读:
    JSP(一)
    设计模式之UML类图
    Servle原理
    Servlet 浅谈(三)
    Servlet 浅谈(二)
    Servlet 浅谈(一)
    闲聊
    设计模式之装饰器模式
    struts2源码调试环境的搭建
    Github学习
  • 原文地址:https://www.cnblogs.com/timy/p/1773839.html
Copyright © 2011-2022 走看看