store的使用

使用1

store : new Ext.data.JsonStore({

url : ctx + 'mainAction.shtml?method=getTrackItems',

root : 'root',

totalProperty : 'totalProperty',

fields : [{

name : 'dispaction'

}, {

name : 'total'

},{

name : 'ordertype'

},{

name : 'toUrl'

}]

})

你可能感兴趣的:(ext)