sirkis
21 Nov 2011, 11:42 PM
Hello !
I try to load a Store by calling "GET" and not "OPTIONS" as default. I've added this "method: 'GET'," but it doesn't work.
var store = Ext.create('Ext.data.Store', {
autoLoad: true,
autoSync: true,
method: 'GET',
proxy: {
type: 'rest',
url: 'http://localhost:8080/zones',
}
});
Thanks for your answers ! :)
I try to load a Store by calling "GET" and not "OPTIONS" as default. I've added this "method: 'GET'," but it doesn't work.
var store = Ext.create('Ext.data.Store', {
autoLoad: true,
autoSync: true,
method: 'GET',
proxy: {
type: 'rest',
url: 'http://localhost:8080/zones',
}
});
Thanks for your answers ! :)