X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/2e847cf21b8ab9d15fa167b315ca5b2fa92638fc..6a7e4474cba9d8be4b2ec445e10f1691f7277c50:/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 961aabaf..b347266b 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

@@ -68,7 +68,8 @@ before the success callba...
When set to true< reset on Action success. If specified, this happens before the success callback is called and before the Form's actioncomplete event fires.
Action scope : Object
The scope in which to call the callback functions (The this reference -for the callback functions).
Action success : Function
The function to call when a valid success return packet is recieved. +for the callback functions).
Action submitEmptyText : Boolean
If set to true, the emptyText value will be sent with the form +when it is submitted. Defaults to true.
Action success : Function
The function to call when a valid success return packet is recieved. The function is passed the following parameters:...
The function to call when a valid success return packet is recieved. The function is passed the following parameters:
  • form : Ext.form.BasicForm
    The form that requested the action