X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/2e847cf21b8ab9d15fa167b315ca5b2fa92638fc..refs/tags/3.2.0:/docs/output/Ext.form.Action.DirectLoad.html diff --git a/docs/output/Ext.form.Action.DirectLoad.html b/docs/output/Ext.form.Action.DirectLoad.html index f3f590d7..fcc80245 100644 --- a/docs/output/Ext.form.Action.DirectLoad.html +++ b/docs/output/Ext.form.Action.DirectLoad.html @@ -1,4 +1,4 @@ -
Action
  Action.Load
    Action.DirectLoad

Class Ext.form.Action.DirectLoad

Package:Ext.form
Defined In:Action.js
Class:Action.DirectLoad
Extends:Action.Load

Provides Ext.direct support for loading form data.

+
Action
  Action.Load
    Action.DirectLoad

Class Ext.form.Action.DirectLoad

Package:Ext.form
Defined In:Action.js
Class:Action.DirectLoad
Extends:Action.Load

Provides Ext.direct support for loading form data.

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

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