bonjour avec le widget datastore de extjs j'aimerais savoir si la connexion avec mon fichier nommé 'remplirGridEXTJS.aspx' est en methode GET ou POST ?
Code:
1
2
3
4
5
6
7
8
9
10
11
12
13 var store = new Ext.data.Store({ // load using HTTP url: 'remplirGridEXTJS.aspx', root: nomTableDataSource, totalProperty: 'totalcount', idProperty: champafficher,
cdlt