X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/ee06f37b0f6f6d94cd05a6ffae556660f7c4a2bc..c930e9176a5a85509c5b0230e2bff5c22a591432:/docs/output/Ext.form.BasicForm.html diff --git a/docs/output/Ext.form.BasicForm.html b/docs/output/Ext.form.BasicForm.html index 8a48b19f..1b0346aa 100644 --- a/docs/output/Ext.form.BasicForm.html +++ b/docs/output/Ext.form.BasicForm.html @@ -1,28 +1,9 @@ -
-
- Properties - Methods - Events - Config Options - Direct Link -
-
-
Observable
-  BasicForm
-

Class Ext.form.BasicForm

- - - - - -
Package:Ext.form
Defined In:BasicForm.js
Class:BasicForm
Extends:Observable
-
- * -

Encapsulates the DOM <form> element at the heart of the FormPanel class, and provides +

Observable
  BasicForm

Class Ext.form.BasicForm

Package:Ext.form
Defined In:BasicForm.js
Class:BasicForm
Extends:Observable

Encapsulates the DOM <form> element at the heart of the FormPanel class, and provides input field management, validation, submission, and form loading services.

-

By default, Ext Forms are submitted through Ajax, using an instance of Ext.form.Action.Submit. -To enable normal browser submission of an Ext Form, use the standardSubmit config option.

-

File Uploads

File uploads are not performed using Ajax submission, that +

By default, Ext Forms are submitted through Ajax, using an instance of Ext.form.Action.Submit. +To enable normal browser submission of an Ext Form, use the standardSubmit config option.

+

File Uploads

+

File uploads are not performed using Ajax submission, that is they are not performed using XMLHttpRequests. Instead the form is submitted in the standard manner with the DOM <form> element temporarily modified to have its target set to refer @@ -39,809 +20,362 @@ is created containing a responseText property in order to conform to th requirements of event handlers and callbacks.

Be aware that file upload packets are sent with the content type multipart/form and some server technologies (notably JEE) may require some custom processing in order to -retrieve parameter names and parameter values from the packet content.

- -
- -

Config Options

- - - - - - - - - - - - -
Config OptionsDefined By
  - - baseParams : Object
- Parameters to pass with all requests. e.g. baseParams: {id: '123', foo: 'bar'}.
-
BasicForm

Public Events

EventDefined By
\ No newline at end of file