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

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -