X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/ee06f37b0f6f6d94cd05a6ffae556660f7c4a2bc..c930e9176a5a85509c5b0230e2bff5c22a591432:/docs/output/Ext.form.NumberField.html diff --git a/docs/output/Ext.form.NumberField.html b/docs/output/Ext.form.NumberField.html index 1988c2da..80f8d047 100644 --- a/docs/output/Ext.form.NumberField.html +++ b/docs/output/Ext.form.NumberField.html @@ -1,2712 +1,947 @@ -
-
- 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
Extends:TextField
-
- * -Numeric text field that provides automatic keystroke filtering and numeric validation.
- -
- -

Config Options

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Config OptionsDefined By
  - - allowBlank : Boolean
- False to validate that the value length > 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
- Error text to display if the allow blank validation fails (defaults to "This field is required")
-
TextField
  - - decimalPrecision : Number
- The maximum precision to display after the decimal separator (defaults to 2)
-
NumberField
  - - decimalSeparator : String
- Character(s) to allow as the decimal separator (defaults to '.')
-
NumberField
  - - disableKeyFilter : Boolean
- True to disable input keystroke filtering (defaults to false)
-
TextField
  - - disabled : Boolean
- Render this component disabled (default is false).
-
Component
  - - disabledClass : String
- CSS class added to the component when it is disabled (defaults to "x-item-disabled").
-
Component
  - - fieldClass : String
- The default CSS class for the field (defaults to "x-form-field x-form-num-field")
-
NumberField

Public Events

EventDefined By
\ No newline at end of file