X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..6b044c28b5f26fb99c86c237ffad19741c0f7f3d:/docs/output/Ext.form.Action.Load.html diff --git a/docs/output/Ext.form.Action.Load.html b/docs/output/Ext.form.Action.Load.html index 42fb3f60..6b20f41f 100644 --- a/docs/output/Ext.form.Action.Load.html +++ b/docs/output/Ext.form.Action.Load.html @@ -1,4 +1,5 @@ -
Action Action.Load
Package: | Ext.form |
Defined In: | Action.js |
Class: | Action.Load |
Subclasses: | Action.DirectLoad |
Extends: | Action |
A class which handles loading of data from a server into the Fields of an Ext.form.BasicForm.
+Action + Action.Load
Package: | Ext.form |
Defined In: | Action.js |
Class: | Action.Load |
Subclasses: | Action.DirectLoad |
Extends: | Action |
A class which handles loading of data from a server into the Fields of an Ext.form.BasicForm.
Instances of this class are only created by a Form when loading.
Response Packet Criteria
@@ -29,7 +30,7 @@ myFormPanel.function(form, action() { + failure: function(form, action) { Ext.Msg.alert("Load failed", action.result.errorMessage); } }); @@ -68,7 +69,8 @@ before the success callba...