X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..3789b528d8dd8aad4558e38e22d775bcab1cbd36:/docs/source/Load.html diff --git a/docs/source/Load.html b/docs/source/Load.html index 0925b7bf..0ee313a2 100644 --- a/docs/source/Load.html +++ b/docs/source/Load.html @@ -1,4 +1,21 @@ -Sencha Documentation Project
/**
+
+
+
+  
+  The source code
+  
+  
+  
+  
+
+
+  
/**
  * @class Ext.form.action.Load
  * @extends Ext.form.action.Action
  * <p>A class which handles loading of data from a server into the Fields of an {@link Ext.form.Basic}.</p>
@@ -64,7 +81,7 @@ Ext.define('Ext.form.action.Load', {
 
     type: 'load',
 
-    /**
+    /**
      * @private
      */
     run: function() {
@@ -79,7 +96,7 @@ Ext.define('Ext.form.action.Load', {
         ));
     },
 
-    /**
+    /**
      * @private
      */
     onSuccess: function(response){
@@ -95,7 +112,7 @@ Ext.define('Ext.form.action.Load', {
         form.afterAction(this, true);
     },
 
-    /**
+    /**
      * @private
      */
     handleResponse: function(response) {
@@ -113,4 +130,6 @@ Ext.define('Ext.form.action.Load', {
     }
 });
 
-
\ No newline at end of file +
+ +