X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6e39d509471fe9b4e2660e0d1631b350d0c66f40..2e847cf21b8ab9d15fa167b315ca5b2fa92638fc:/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 9290cd51..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

Class Ext.form.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

Class Ext.form.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

@@ -47,8 +47,8 @@ while a failure response packet may look like this:

{
 }

Other data may be placed into the response for processing the Form's callback or event handler methods. The object decoded from this JSON is available in the -result property.

Config Options

Config OptionsDefined By