sencha don't seeing the list in a panel
问题 Hi I don't understand why I don't see my list in tab3... This is my code... I add one record in myStore but I don't see the list... Thanks in advance! var mainForm ; var mainFormPanel={}; var addToXml=function (values){}; var htmlTemplate='<p>{b}</p><p>{m}</p><p>{f}</p>'; var template = new Ext.Template(htmlTemplate); var myStore = Ext.create('Ext.data.Store', { storeId: 'MyStore', fields: [ {name: 'id', type: 'string'}, {name: 'c', type: 'string'}, {name: 'd', type: 'string'}, {name: 'q',