та же история здесь:
{
xtype: 'panel',
title: 'ДОГОВОР',
items: [
{xtype:'contlistII'}
]
},
может быть просто:
{
xtype: 'contlistII',
title: 'ДОГОВОР'
},
и вот это:
{
xtype:'panel',
layout:'fit',
title: 'АРЕНДАТОРЫ',
cls:'header-cls',
items:[{
xtype:'rentlist'
}]
}
соответственно
{
xtype:'rentlist',
layout:'fit',
title: 'АРЕНДАТОРЫ',
cls:'header-cls'
}