jemilco
24 Apr 2012, 9:06 AM
I'm new to Sencha and trying to use a JSON feed in a store like this:
proxy: {
type: 'jsonp',
url: 'http://facebook.tabletents.com/tabletents/app/getsitejson?id=186&callback=?',
reader: {
type: 'json',
rootProperty: 'data.Pages'
}
}
The itemTpl I'm using is just the TabName, a property inside the Pages section that I've set as the Root. I don't get any response though, so I'm wondering what the issue is. Any help is appreciated -
proxy: {
type: 'jsonp',
url: 'http://facebook.tabletents.com/tabletents/app/getsitejson?id=186&callback=?',
reader: {
type: 'json',
rootProperty: 'data.Pages'
}
}
The itemTpl I'm using is just the TabName, a property inside the Pages section that I've set as the Root. I don't get any response though, so I'm wondering what the issue is. Any help is appreciated -