Ext.define('erp.view.oa.myProcess.jprocessStatistics.Viewport',{ extend: 'Ext.Viewport', layout: 'anchor', hideBorders: true, initComponent : function(){ var me = this; Ext.apply(me, { items: [{ region: 'north', xtype:'erpJProcessStatisticsFormPanel', anchor: '100% 30%' },{ region: 'south', xtype:'erpJProcessStatisticsGridPanel', anchor: '100% 70%' }] }); me.callParent(arguments); } });