function BuildGridView(typeID,title,href) { this.gridView = new Ext.Panel ({ id: 'PanelArticleViewID' + typeID, layout: 'fit', title: title, collapsible: true, closable: true, //autoHeight:true,// frame: false, autoWidth: true, autoScroll: true, items: [ { html: "" } ] }); }