X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..c8256059947f3aa8f5b0a9a2acf55e2142bb4742:/docs/output/Ext.form.Action.html diff --git a/docs/output/Ext.form.Action.html b/docs/output/Ext.form.Action.html index bf689c04..567edfc8 100644 --- a/docs/output/Ext.form.Action.html +++ b/docs/output/Ext.form.Action.html @@ -1,4 +1,4 @@ -
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.
+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...