ext grid添加2行topbar

Posted gouermazi

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ext grid添加2行topbar相关的知识,希望对你有一定的参考价值。

bbar: paginToolbar(this.getStore()),
            dockedItems: [{
                xtype: ‘toolbar‘,
                dock: ‘top‘,
                items: me.createSrearchPanel()
            }
            ,
            {
                xtype: ‘toolbar‘,
                //dock: ‘top‘,
                items: {xtype: ‘button‘,margin: ‘0 0‘,iconCls:‘edit‘,id:‘showoffswitch‘,text: ‘隐藏页面统计数据‘,handler:function(){me.countsShowOff();}}
            }
            ],

 

以上是关于ext grid添加2行topbar的主要内容,如果未能解决你的问题,请参考以下文章