Ext GridPanel隐藏tbar后高度无法重置 50
ExtGridPanel隐藏tbar后高度无法重置自己写了一个gridpanel,在render里加了几行tbar,然后做了个按钮可以隐藏和显示tbar,但是隐藏在原来的...
Ext GridPanel隐藏tbar后高度无法重置自己写了一个gridpanel, 在render里加了几行tbar, 然后做了个按钮可以隐藏和显示tbar, 但是隐藏在原来的位置会留下空白的行, 重渲染也不行. var hideQueryBar=function(){ patientListPanel.tbar.hide() patientListPanel.bbar.hide() patientListPanel.setWidth(patientListPanel.getWidth()); Ext.getCmp("docmainviewport").syncSize(); return} viewport = new Ext.Viewport({ id:'docmainviewport', layout:'border', items:[patientInfoPanel,patientListPanel,tabPanel] });patientListPanel = new Ext.grid.GridPanel({.............. listeners:{ 'render': function(){ QueryBar0.render(this.tbar); QueryBar1.render(this.tbar); QueryBar2.render(this.tbar); }, 'afterrender': function(t){ t.store.load(); } } });patientListPanel 是gridpanel的名字docmainviewport 是gridpanel 外部的容器 Ext.Viewport
=_+ 这个代码粘上去没格式了, 大神先看看啊 展开
=_+ 这个代码粘上去没格式了, 大神先看看啊 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询