extjs - Sencha Touch dataview and initialize doesnt work together -
I have a problem with my code. I want to use Sequence Touch data view and I try to initialize the event By then everything works just fine. When I put it, intimate events, my dataview can not be generated. Here is my code. Can you help me?)
Ext.define ("xxx.view.Spread", {extension: 'excetrateview', xtype: 'xxxspread', id: Data: [{name: 'test', desc: "testtest"}, 'spreadform', config: {styleHtmlContent: true, store: {// autoLoad: true, fields: ["name", "desc"], Name: 'test', Desc: "test"},],}, itemTpl: '& lt; img src = "https://si0.twimg.com/profile_images/1089012240/sencha-logo_normal.png" /> ; {name}
You have to configure one for your listeners And hold the initialize event there. config: {styleHtmlContent: true, store: ... // More conference listeners here: {initialize: function () {Console.log ('init'); }}}
Comments
Post a Comment