Ext.define('erp.view.fa.fix.InventoryPostrestore',{ extend: 'Ext.Viewport', layout: 'fit', hideBorders: true, initComponent : function(){ var me = this; Ext.apply(me, { items: [{ layout: 'anchor', items: [{ id:'InventoryPostrestoreView', confirmUrl:'fa/fix/confirmInventoryPostrestore.action', xtype: 'InventoryPostrestore', anchor: '100% 100%', }] }] }); me.callParent(arguments); } });