`
pandong8183
  • 浏览: 56392 次
  • 性别: Icon_minigender_1
  • 来自: 成都
社区版块
存档分类
最新评论

Ext手动对表单进行提交

 
阅读更多
typeInfoForm.getForm().submit({
	url : '/manage/TypeInfoManageAction.do',
	method : 'post',
	params:{
	flag:'save',
	parentId:typeInfo.parentId
	},
	waitMsg : '正在发送数据,请稍后...',
	success : function(form, action) {
		store.load({params : {start : 0,limit : 10}});
		win.close();
	},
	failure : function(form, action) {
		Ext.Msg.alert('提示',action.result.msg);
	}
}); 

 

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics