this is my panel,i want to add tabs in this panel.I tried so many example from here but not success.. here is my code.
this.Tab = new Ext.Panel({ title: 'PG Routing', //iconCls:'mrc', layout:'border', border:false, width:1000, height:600, closable:true, id:'pgrouting_tab', items:[this.addnewchannelform] });