X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6a7e4474cba9d8be4b2ec445e10f1691f7277c50..0494b8d9b9bb03ab6c22b34dae81261e3cd7e3e6:/docs/output/Ext.form.BasicForm.html diff --git a/docs/output/Ext.form.BasicForm.html b/docs/output/Ext.form.BasicForm.html index 6e18bc19..be57263b 100644 --- a/docs/output/Ext.form.BasicForm.html +++ b/docs/output/Ext.form.BasicForm.html @@ -1,4 +1,5 @@ -
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.

@@ -259,7 +260,9 @@ Or a shorthand syntax:
: BasicForm
Calls Ext.applyIf for all field in this form with the passed object.
Calls Ext.applyIf for all field in this form with the passed object.
Parameters:
  • values : Object
Returns:
  • BasicForm
    this
BasicForm applyToFieldsObject values ) : - BasicForm
Calls Ext.apply for all fields in this form with the passed object.
Calls Ext.apply for all fields in this form with the passed object.
Parameters:
  • values : Object
Returns:
  • BasicForm
    this
BasicForm clearInvalid() + BasicForm
Calls Ext.apply for all fields in this form with the passed object.
Calls Ext.apply for all fields in this form with the passed object.
Parameters:
  • values : Object
Returns:
  • BasicForm
    this
BasicForm cleanDestroyed() + : + void
Removes all fields from the collection that have been destroyed.
Removes all fields from the collection that have been destroyed.
Parameters:
  • None.
Returns:
  • void
BasicForm clearInvalid() : BasicForm
Clears all invalid messages in this form.
Clears all invalid messages in this form.
Parameters:
  • None.
Returns:
  • BasicForm
    this
BasicForm doActionString/Object actionName[Object options] ) :