`
zhangtianqi
  • 浏览: 7814 次
  • 性别: Icon_minigender_1
  • 来自: 上海
最近访客 更多访客>>
社区版块
存档分类
最新评论

出现运行时错误!到底怎么了呢?

阅读更多
很是奇怪,Store 的Proxy 属性配置为:ScriptTagProxy ,但是出现运行时错误!!
错误:缺少';',
代码:0


后台Json数据格式已经获得了,但是没有显示出来   我的Store 代码如下:
this.reader=new Ext.data.JsonReader({root:'Table',totalProperty:'totalProperty',id:'ID'},this.Plant);
   
    this.store=new Ext.data.Store({
            proxy:new Ext.data.HttpProxy({url:'../JCJS_ZhangQi_Test.aspx'}),
            reader:this.reader,
            baseParams:{Action:'JsonData'},//传递后台参数选择选择调用
            remoteSort :true
        }); 

  • 描述: 错误提示
  • 大小: 104.7 KB
分享到:
评论
4 楼 jun5091 2008-09-01  
加前缀什么意思啊 能不能说清楚点呢 谢谢 最好能加我下QQ100015091
3 楼 zhangtianqi 2008-03-17  
谢谢你的回复,是返回数据时候加的,没用过远程调用!
2 楼 zhangtianqi 2008-03-17  
呵呵,我刚刚解决了,要加前缀的
1 楼 godson_2003 2008-03-17  
建议使用firefox debug调试

相关推荐

Global site tag (gtag.js) - Google Analytics