X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/2e847cf21b8ab9d15fa167b315ca5b2fa92638fc..f5240829880f87e0cf581c6a296e436fdef0ef80:/docs/output/Ext.form.NumberField.html diff --git a/docs/output/Ext.form.NumberField.html b/docs/output/Ext.form.NumberField.html index 9aa9465e..96e20968 100644 --- a/docs/output/Ext.form.NumberField.html +++ b/docs/output/Ext.form.NumberField.html @@ -1,4 +1,4 @@ -
Observable
  Component
    BoxComponent
      Field
        TextField
          NumberField

Class Ext.form.NumberField

Package:Ext.form
Defined In:NumberField.js
Class:NumberField
Extends:TextField
Numeric text field that provides automatic keystroke filtering and numeric validation.

Config Options

Config OptionsDefined By
 allowBlank : Boolean
Specify false to validate that the value's length is > 0 (defaults to +
Observable
  Component
    BoxComponent
      Field
        TextField
          NumberField

Class Ext.form.NumberField

Package:Ext.form
Defined In:NumberField.js
Class:NumberField
Extends:TextField
Numeric text field that provides automatic keystroke filtering and numeric validation.

Config Options

Config OptionsDefined By
 allowBlank : Boolean
Specify false to validate that the value's length is > 0 (defaults to true)
TextField
 allowDecimals : Boolean
False to disallow decimal values (defaults to true)
NumberField
 allowDomMove : Boolean
Whether the component can move the Dom node when rendering (defaults to true).
Component
 allowNegative : Boolean
False to prevent entering a negative sign (defaults to true)
NumberField
 baseChars : String
The base set of characters to evaluate as valid numbers (defaults to '0123456789').
NumberField
 blankText : String
The error text to display if the allowBlank validation +them on render (defaults to false).
Component
 autoStripChars : Boolean
True to automatically strip not allowed characters from the field. Defaults to false
NumberField
 baseChars : String
The base set of characters to evaluate as valid numbers (defaults to '0123456789').
NumberField
 blankText : String
The error text to display if the allowBlank validation fails (defaults to 'This field is required')
TextField
 maxValue : Number
The maximum allowed value (defaults to Number.MAX_VALUE)
NumberField
 minLength : Number
Minimum input field length required (defaults to 0)
TextField
 minValue : Number
The minimum allowed value (defaults to Number.NEGATIVE_INFINITY)
NumberField
 msgFx : String
Experimental The effect used when displaying a validation message under the field -(defaults to 'normal').
Field

Public Events

EventDefined By

Public Events

EventDefined By