入上图所示,点击收缩图标后,正常收缩,在此展开后,第二次点击收缩,这个图标就没有了
如下
代码如下
var leftPanel = new Ext.Panel({
renderTo: 'left',
tbar:[
{text:'新建', handler: uf_New, iconCls : 'supp-icon-add',style: {marginLeft:'10px',marginRight:'10px'}},
{text:'编辑', handler: uf_Edit, iconCls : 'supp-icon-edit',style: {marginLeft:'10px',marginRight:'10px'}},
{text:'删除', handler: uf_Delete, iconCls : 'supp-icon-del2',style: {marginLeft:'10px',marginRight:'10px'}}
],
height:document.body.clientHeight,
items : modelGrid
});
var viewport = new Ext.Viewport({
layout:'border',
autoDestroy :true,
items:[
{ region:"west",
title:'预算模型管理 ',
width: 240,
border : true,
collapsible: true,
items: [
leftPanel
]},
{ region:"center",
contentEl: "center",
border: true,
collapsible: true
}
]
});
1 个解决方案
#1
兄弟,这问题解决了吗?
我这也有这个问题啊。
我这也有这个问题啊。
#1
兄弟,这问题解决了吗?
我这也有这个问题啊。
我这也有这个问题啊。