Ext.BLANK_IMAGE_URL = '../../TruckMng/Content/Images/s.gif'; var panelIndex = null; Ext.onReady(function () { Ext.QuickTips.init(); Ext.form.Field.prototype.msgTarget = 'side'; panelIndex = new window.Shipping.Sys_Task_ProgressIndex({ layout: 'border' }); var view = new Ext.Viewport({ layout: 'border', //layout: 'anchor', renderTo: 'viewport', border: false, bodyStyle: 'border-width:0 0 0 0;', items: [{ region: 'center', layout: 'fit', items: [panelIndex] }] }); }); function OprationSwap() { return panelIndex.OprationSwap(); } function beReflashed() { alert('be called'); }