Upgrade to ExtJS 4.0.7 - Released 10/19/2011
[extjs.git] / docs / source / StandardSubmit.html
index 44ffb35..0ffeb87 100644 (file)
@@ -3,8 +3,8 @@
 <head>
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
   <title>The source code</title>
-  <link href="../prettify/prettify.css" type="text/css" rel="stylesheet" />
-  <script type="text/javascript" src="../prettify/prettify.js"></script>
+  <link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" />
+  <script type="text/javascript" src="../resources/prettify/prettify.js"></script>
   <style type="text/css">
     .highlight { display: block; background-color: #ddd; }
   </style>
@@ -20,7 +20,7 @@
  * @extends Ext.form.action.Submit
  * &lt;p&gt;A class which handles submission of data from {@link Ext.form.Basic Form}s using a standard
  * &lt;tt&gt;&amp;lt;form&amp;gt;&lt;/tt&gt; element submit. It does not handle the response from the submit.&lt;/p&gt;
- * &lt;p&gt;If validation of the form fields fails, the Form's {@link Ext.form.Basic#afterAction} method
+ * &lt;p&gt;If validation of the form fields fails, the Form's afterAction method
  * will be called. Otherwise, afterAction will not be called.&lt;/p&gt;
  * &lt;p&gt;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}