Ext.define('erp.view.common.multiDbfind.Viewport', { extend : 'Ext.Viewport', layout : 'anchor', hideBorders : true, initComponent : function() { var me = this; Ext.apply(me, { items : [ { region : 'north', xtype : "erpMultiDbfindGridPanel", anchor : '100% 100%', bbar : { xtype : 'erpMultiDbfindToolbar', id : 'pagingtoolbar', displayInfo : true } } ] }); me.callParent(arguments); } });