X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/2e847cf21b8ab9d15fa167b315ca5b2fa92638fc..6a7e4474cba9d8be4b2ec445e10f1691f7277c50:/docs/output/Ext.form.Action.Submit.html diff --git a/docs/output/Ext.form.Action.Submit.html b/docs/output/Ext.form.Action.Submit.html index 8fea4d9d..106bfcc2 100644 --- a/docs/output/Ext.form.Action.Submit.html +++ b/docs/output/Ext.form.Action.Submit.html @@ -1,4 +1,4 @@ -
Action
  Action.Submit

Class Ext.form.Action.Submit

Package:Ext.form
Defined In:Action.js
Class:Action.Submit
Subclasses:Action.DirectSubmit
Extends:Action

A class which handles submission of data from Forms +

Action
  Action.Submit

Class Ext.form.Action.Submit

Package:Ext.form
Defined In:Action.js
Class:Action.Submit
Subclasses:Action.DirectSubmit
Extends:Action

A class which handles submission of data from Forms and processes the returned response.

Instances of this class are only created by a Form when submitting.

@@ -76,7 +76,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