EXT FORM SUBMIT failure 返回的第二个对象

action.response.responseText




form.getForm().submit({
                                    url:'js/tool.aspx',
                                    clientValidation:false,
                                    waitMsg:'Loading...',
                                    params:{action:act,title:n, pkey:JsonKeyParam},
                                    method: 'POST',
                                    success: function(_form,_action){
                                    },
                                    failure: function(_form,_action){
                                        Ext.MessageBox.show({
                                            title: '',
                                            msg: t+'失败<br/>'+_action.response.responseText,
                                            buttons: {cancel:'确定'}
                                        });
                                    }
                                });

发表评论

电子邮件地址不会被公开。