X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6a7e4474cba9d8be4b2ec445e10f1691f7277c50..530ef4b6c5b943cfa68b779d11cf7de29aa878bf:/docs/output/Ext.form.BasicForm.html diff --git a/docs/output/Ext.form.BasicForm.html b/docs/output/Ext.form.BasicForm.html index 6e18bc19..a1a139b8 100644 --- a/docs/output/Ext.form.BasicForm.html +++ b/docs/output/Ext.form.BasicForm.html @@ -259,7 +259,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] ) :