var store = Ext.create('Ext.data.Store', {
.........................................
proxy: {
type: 'ajax',
url: 'data.php',
actionMethods: 'POST',
..............................................
In the store create, I set the actionMethods to 'POST',
but it make a 'GET' request. not the 'POST' request.
.........................................
proxy: {
type: 'ajax',
url: 'data.php',
actionMethods: 'POST',
..............................................
In the store create, I set the actionMethods to 'POST',
but it make a 'GET' request. not the 'POST' request.
Aucun commentaire:
Enregistrer un commentaire