X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/2e847cf21b8ab9d15fa167b315ca5b2fa92638fc..6a7e4474cba9d8be4b2ec445e10f1691f7277c50:/docs/output/Ext.form.Action.html diff --git a/docs/output/Ext.form.Action.html b/docs/output/Ext.form.Action.html index 80376a1f..567edfc8 100644 --- a/docs/output/Ext.form.Action.html +++ b/docs/output/Ext.form.Action.html @@ -1,4 +1,4 @@ -

Class Ext.form.Action

Package:Ext.form
Defined In:Action.js
Class:Action
Subclasses:Action.Load, Action.Submit
Extends:Object

The subclasses of this class provide actions to perform upon Forms.

+

Class Ext.form.Action

Package:Ext.form
Defined In:Action.js
Class:Action
Subclasses:Action.Load, Action.Submit
Extends:Object

The subclasses of this class provide actions to perform upon Forms.

Instances of this class are only created by a Form when the Form needs to perform an action such as submit or load. The Configuration options listed for this class are set through the Form's action methods: submit, @@ -28,7 +28,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