rightPanel是和searchPanel配合使用的,,如果在view层没有配置searchPanel,rightPanel的itemId是无法获取到的
因此就会无法使用。加上searchPanel即可解决。
searchPanel : {
hidden : true,
xtype : 'panel',
layout : {
type : 'column',
columns : 3
},
defaults : {
labelWidth : 150,
columnWidth : 1 / 3,
xtype : 'textfield'
},
items : []
},