X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/b37ceabb82336ee82757cd32efe353cfab8ec267..f5240829880f87e0cf581c6a296e436fdef0ef80:/docs/output/Ext.form.TwinTriggerField.html diff --git a/docs/output/Ext.form.TwinTriggerField.html b/docs/output/Ext.form.TwinTriggerField.html index b4c66bbe..15d886a8 100644 --- a/docs/output/Ext.form.TwinTriggerField.html +++ b/docs/output/Ext.form.TwinTriggerField.html @@ -1,4 +1,4 @@ -
Properties Methods Events Config Options Direct Link
Observable
  Component
    BoxComponent
      Field
        TextField
          TriggerField
            TwinTriggerField

Class Ext.form.TwinTriggerField

Package:Ext.form
Defined In:TriggerField.js
Class:TwinTriggerField
Extends:TriggerField
TwinTriggerField is not a public class to be used directly. It is meant as an abstract base class +
Observable
  Component
    BoxComponent
      Field
        TextField
          TriggerField
            TwinTriggerField

Class Ext.form.TwinTriggerField

Package:Ext.form
Defined In:TriggerField.js
Class:TwinTriggerField
Extends:TriggerField
TwinTriggerField is not a public class to be used directly. It is meant as an abstract base class to be extended by an implementing class. For an example of implementing this class, see the custom SearchField implementation here: http://extjs.com/deploy/ext/examples/form/custom.html

Config Options

Config OptionsDefined By
 allowBlank : Boolean
Specify false to validate that the value's length is > 0 (defaults to @@ -756,7 +756,12 @@ Or a shorthand syntax:
: void
Automatically grows the field to accomodate the width of the text up to the maximum field width allowed. This only ta...
Automatically grows the field to accomodate the width of the text up to the maximum field width allowed. -This only takes effect if grow = true, and fires the autosize event.
Parameters:
  • None.
Returns:
  • void
TextField