X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6746dc89c47ed01b165cc1152533605f97eb8e8d..f562e4c6e5fac7bcb445985b99acbea4d706e6f0:/docs/source/StandardSubmit.html diff --git a/docs/source/StandardSubmit.html b/docs/source/StandardSubmit.html index 44ffb358..0ffeb879 100644 --- a/docs/source/StandardSubmit.html +++ b/docs/source/StandardSubmit.html @@ -3,8 +3,8 @@ The source code - - + + @@ -20,7 +20,7 @@ * @extends Ext.form.action.Submit * <p>A class which handles submission of data from {@link Ext.form.Basic Form}s using a standard * <tt>&lt;form&gt;</tt> element submit. It does not handle the response from the submit.</p> - * <p>If validation of the form fields fails, the Form's {@link Ext.form.Basic#afterAction} method + * <p>If validation of the form fields fails, the Form's afterAction method * will be called. Otherwise, afterAction will not be called.</p> * <p>Instances of this class are only created by a {@link Ext.form.Basic Form} when * {@link Ext.form.Basic#submit submit}ting, when the form's {@link Ext.form.Basic#standardSubmit}