Fork me on GitHub

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();}}
            }
            ],

 

posted @ 2017-03-23 18:26  gouermazi  阅读(236)  评论(0编辑  收藏  举报