X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/ee06f37b0f6f6d94cd05a6ffae556660f7c4a2bc..c930e9176a5a85509c5b0230e2bff5c22a591432:/docs/output/Ext.form.DateField.html diff --git a/docs/output/Ext.form.DateField.html b/docs/output/Ext.form.DateField.html index 4aee9f3b..dfaf0712 100644 --- a/docs/output/Ext.form.DateField.html +++ b/docs/output/Ext.form.DateField.html @@ -1,2174 +1,867 @@ -
-
- Properties - Methods - Events - Config Options - Direct Link -
-
-
Observable
-  Component
-    BoxComponent
-      Field
-        TextField
-          TriggerField
-            DateField
-

Class Ext.form.DateField

- - - - - -
Package:Ext.form
Defined In:DateField.js
Class:DateField
Extends:TriggerField
-
- * -Provides a date input field with a Ext.DatePicker dropdown and automatic date validation.
- -
- -

Config Options

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Config OptionsDefined By
  - - allowBlank : Boolean
- False to validate that the value length > 0 (defaults to true)
-
TextField
  - - allowDomMove : Boolean
- Whether the component can move the Dom node when rendering (defaults to true).
-
Component
  - - blankText : String
- Error text to display if the allow blank validation fails (defaults to "This field is required")
-
TextField
  - - 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
  - - disabledDatesText : String
- The tooltip text to display when the date falls on a disabled date (defaults to 'Disabled')
-
DateField
  - - disabledDays : Array
- An array of days to disable, 0 based. For example, [0, 6] disables Sunday and Saturday (defaults to null).
-
DateField
  - - disabledDaysText : String
- The tooltip to display when the date falls on a disabled day (defaults to 'Disabled')
-
DateField
  - - fieldClass : String
- The default CSS class for the field (defaults to "x-form-field")
-
Field

Public Events

EventDefined By
\ No newline at end of file