X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775..b37ceabb82336ee82757cd32efe353cfab8ec267:/docs/output/Ext.form.NumberField.html diff --git a/docs/output/Ext.form.NumberField.html b/docs/output/Ext.form.NumberField.html index 5ff4133e..ff59ca68 100644 --- a/docs/output/Ext.form.NumberField.html +++ b/docs/output/Ext.form.NumberField.html @@ -1,12 +1,12 @@ -
Properties Methods Events Config Options Direct Link
Observable
  Component
    BoxComponent
      Field
        TextField
          NumberField

Class Ext.form.NumberField

Package:Ext.form
Defined In:NumberField.js
Class:NumberField
Subclasses:SpinnerField
Extends:TextField
xtype:numberfield
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