extjs 提交表单 错误提示:ext-all.js第9行 缺少')'
Ext.onReady(function(){varform1=newExt.form.FormPanel({id:"form1",renderTo:Ext.getBod...
Ext.onReady(function(){
var form1=new Ext.form.FormPanel({
id:"form1",
renderTo:Ext.getBody(),
title:"login",
width:300,
autoHeight:"true",
defaultType:"textfield",
frame:"true",
labelAlign:"right",
items:[{name:"account",fieldLabel:"账户"},{name:"password",fieldLabel:"密码",inputType:"password"}],
buttonAlign:"center",
buttons:[{text:"登录",scope:this,handler:login},{text:"取消",scope:this,handler:reset}]
});
new Ext.dd.DDProxy("form1");
function login(){
form1.getForm().submit({
//clientValidation:"true",
waitMsg:"正在登录中……",
url:"index.jsp",
method:"POST",
success:function(){
Ext.MessageBox.alert("提示","登录成功");
},
failure:function(){
Ext.MessageBox.alert("提示","登录失败");
}
});
}
function reset(){
form.getForm().reset();
}
});
错误提示如图: 展开
var form1=new Ext.form.FormPanel({
id:"form1",
renderTo:Ext.getBody(),
title:"login",
width:300,
autoHeight:"true",
defaultType:"textfield",
frame:"true",
labelAlign:"right",
items:[{name:"account",fieldLabel:"账户"},{name:"password",fieldLabel:"密码",inputType:"password"}],
buttonAlign:"center",
buttons:[{text:"登录",scope:this,handler:login},{text:"取消",scope:this,handler:reset}]
});
new Ext.dd.DDProxy("form1");
function login(){
form1.getForm().submit({
//clientValidation:"true",
waitMsg:"正在登录中……",
url:"index.jsp",
method:"POST",
success:function(){
Ext.MessageBox.alert("提示","登录成功");
},
failure:function(){
Ext.MessageBox.alert("提示","登录失败");
}
});
}
function reset(){
form.getForm().reset();
}
});
错误提示如图: 展开
3个回答
展开全部
是在IE下报这个错吧,很有可能crome 和 火狐浏览器不报错,你可以试一下,IE对ext的开发要求非常的严格,你的代码不一定是那逻辑出错了,如果代码不太多的话,可以一步一步的删除增加的调试。F12 不太靠谱,因为他显示的错误根本就不是问题的所在。希望可以帮到你。
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
function reset(){
form.getForm().reset();
}
应该是form1.getForm().reset();吧
form.getForm().reset();
}
应该是form1.getForm().reset();吧
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
可能是按钮和function 没有对应上,缺少或者多function照成的
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询