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

Class Ext.form.Action.DirectSubmit

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

Provides Ext.direct support for submitting form data.

+
Action
  Action.Submit
    Action.DirectSubmit

Class Ext.form.Action.DirectSubmit

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

Provides Ext.direct support for submitting form data.

This example illustrates usage of Ext.Direct to submit a form through Ext.Direct.

var myFormPanel = new Ext.form.FormPanel({
     // configs for FormPanel
@@ -109,7 +109,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