IM has to do a simple job, but it should not be found to work. I tried several instances from various sites and saw and the Army has Touch API, but there is no luck. What I'm trying to do is just fill out a list from the external JSON source. To make it as easy as possible, I have put it in an external file for now.
Ext.setup ({tabletStartupScreen: 'tablet_startup.png', phoneStartupScreen: 'phone_startup.png', 'Icon.png', 'icon.png', glossOnIcon: false, onReady: function (): {Extend.fmModel ('contact', {field: ['first name', 'last name']}); var store = new Ext.data store ({Model: 'Contacts', Sorter: getGroupString: function Record) {return record.get ('firstname') [0];}, proxy: {type: 'ajax', url: 'test .json', reader: {type: 'jason'}}}); var list = New extension.list ({fullscreen: true, itemTap: '{first name} {last name}', store: store}) list; show ();}}); JSON file
[["First name": "Pelé", "Last name": "Olales"}, {"First name": "Nissan Thank you in advance
OK, when I removed the sorters and got the work done to GetGroupString suddenly.
Comments
Post a Comment