Ext.define('erp.view.common.JProcess.MyJProCand',{ extend: 'Ext.Viewport', /*layout: 'fit', */ hideBorders: true, layout:'anchor', initComponent : function(){ var me = this; Ext.apply(me, { items: [{ title:'', /* style:'margin: 2px;', contentEl: 'mytask', tag : 'iframe',*/ anchor: '100% 100%', html :'', }] }); me.callParent(arguments); } });