extjs tbar怎么样在页面两行显示啊。。。一行太多了 10
展开全部
写两个合并就可以。
var toolbarTop = Ext.create('Ext.toolbar.Toolbar', {
dock : 'top',
items : [ { xtype : 'textfield' }, { xtype : 'button', text : '查询' }]
});
var toolbarBottom = Ext.create('Ext.toolbar.Toolbar', {
style : {
borderTopWidth : '0px !important',
borderBottomWidth : '1px !important'
},
items : [{ xtype : 'textfield' }]
});
var grid = Ext.create('Ext.grid.Panel', {
dockedItems : [toolbarTop, toolbarBottom],
.....
}
追问
那下面的那些函数也要分开啊?
追答
恩
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询