X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..92c2b89db26be16707f4a805d3303ab2531006e1:/docs/output/Ext.form.Action.Load.html?ds=inline diff --git a/docs/output/Ext.form.Action.Load.html b/docs/output/Ext.form.Action.Load.html index 42fb3f60..961aabaf 100644 --- a/docs/output/Ext.form.Action.Load.html +++ b/docs/output/Ext.form.Action.Load.html @@ -1,4 +1,4 @@ -
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 +29,7 @@ myFormPanel.function(form, action() { + failure: function(form, action) { Ext.Msg.alert("Load failed", action.result.errorMessage); } });