我正在使用Ext Js v6.2网格,在我的应用程序中,我试图使用 component.load({url:'&}来尝试将某些内容加载到现有面板#39;}); 但是面板已经有了一些内容,我该如何清除面板内容?我在文档和其他东西中搜索过它没有帮助。请解决问题。提前谢谢。
它不能正常工作。
panel.removeAll(true);
小组声明:
var General = {
items: [{
responsiveConfig: {
'width <= 1024': {
layout: {
type: 'box',
vertical: true,
align: 'stretch'
}
},
'width >= 1024': {
layout: {
type: 'box',
align: 'stretch',
vertical: false
}
}
},
xtype: 'panel',
anchor: '0',
layout: 'hbox',
width: '100%',
title: data.GeneralImportHdr.importerNameJobInv,
border: false,
cls: 'CustomerPanel'
}