使用EXTJS时,在*.js文件中怎么调用Java类中的方法
使用EXTJS时,我要Java类动态提供json对象给*.js文件,*.js怎么调用Java类中的方法???急!!!...
使用EXTJS时,我要Java类动态提供json对象给*.js文件,*.js怎么调用Java类中的方法???急!!!
展开
2个回答
展开全部
this.store = new Ext.data.Store({
proxy:new Ext.data.HttpProxy({
method:'POST',
/源锋锋/这里是基瞎访问action的路雹晌径 也可以是任意文件路径
url:'gridDatafilter.action' }),
reader:new Ext.data.JsonReader({
root:'rows',
totalProperty: 'total',
fields:['Name','Sex','Phone','Email']
})
});
this.body = new Ext.grid.GridPanel({
store:this.store,
stripeRows: true,
loadMask: true,
.
proxy:new Ext.data.HttpProxy({
method:'POST',
/源锋锋/这里是基瞎访问action的路雹晌径 也可以是任意文件路径
url:'gridDatafilter.action' }),
reader:new Ext.data.JsonReader({
root:'rows',
totalProperty: 'total',
fields:['Name','Sex','Phone','Email']
})
});
this.body = new Ext.grid.GridPanel({
store:this.store,
stripeRows: true,
loadMask: true,
.
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询