发布网友 发布时间:2022-04-22 19:38
共4个回答
热心网友 时间:2023-11-17 07:58
你没有设置提交地址,
form.getForm().submit({
url : '提交的action',
method:'post',
success:function(form, action){
Ext.Msg.alert('提示',action.result.msg);
},
failure:function(){
Ext.Msg.alert('错误',action.result.msg);
}
});
热心网友 时间:2023-11-17 07:58
报的JS错误是什么?
详细点的。追问- - 最上面不是贴了么?
热心网友 时间:2023-11-17 07:59
试了一下你的代码,点击button是有反应的,你可以在submit前alert()一次。
检查一下你的test2.html,必须返回一个json。这里有详细说明:http://wenku.baidu.com/view/dbe231f0f90f76c661371a3f.html
希望对你有所帮助
热心网友 时间:2023-11-17 07:59
这个看不懂啊