X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..3789b528d8dd8aad4558e38e22d775bcab1cbd36:/docs/source/StandardSubmit.html diff --git a/docs/source/StandardSubmit.html b/docs/source/StandardSubmit.html index 8f9e470d..44ffb358 100644 --- a/docs/source/StandardSubmit.html +++ b/docs/source/StandardSubmit.html @@ -1,4 +1,21 @@ -Sencha Documentation Project
/**
+
+
+
+  
+  The source code
+  
+  
+  
+  
+
+
+  
/**
  * @class Ext.form.action.StandardSubmit
  * @extends Ext.form.action.Submit
  * <p>A class which handles submission of data from {@link Ext.form.Basic Form}s using a standard
@@ -13,13 +30,13 @@ Ext.define('Ext.form.action.StandardSubmit', {
     extend:'Ext.form.action.Submit',
     alias: 'formaction.standardsubmit',
 
-    /**
+    /**
      * @cfg {String} target
      * Optional <tt>target</tt> attribute to be used for the form when submitting. If not specified,
      * the target will be the current window/frame.
      */
 
-    /**
+    /**
      * @private
      * Perform the form submit. Creates and submits a temporary form element containing an input element for each
      * field value returned by {@link Ext.form.Basic#getValues}, plus any configured {@link #params params} or
@@ -32,4 +49,6 @@ Ext.define('Ext.form.action.StandardSubmit', {
     }
 
 });
-
\ No newline at end of file +
+ +