X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/d41dc04ad17d1d9125fb2cf72db2b4782dbe3a8c..530ef4b6c5b943cfa68b779d11cf7de29aa878bf:/docs/output/Ext.form.TimeField.html diff --git a/docs/output/Ext.form.TimeField.html b/docs/output/Ext.form.TimeField.html index 313973c6..6577eca8 100644 --- a/docs/output/Ext.form.TimeField.html +++ b/docs/output/Ext.form.TimeField.html @@ -1,498 +1,307 @@ -
-
- Properties - Methods - Events - Config Options - Direct Link -
-
-
Observable
-  Component
-    BoxComponent
-      Field
-        TextField
-          TriggerField
-            ComboBox
-              TimeField
-

Class Ext.form.TimeField

- - - - - -
Package:Ext.form
Defined In:TimeField.js
Class:TimeField
Extends:ComboBox
-
- * -Provides a time input field with a time dropdown and automatic time validation. Example usage: -
new Ext.form.TimeField({
+
Observable
  Component
    BoxComponent
      Field
        TextField
          TriggerField
            ComboBox
              TimeField

Class Ext.form.TimeField

Package:Ext.form
Defined In:TimeField.js
Class:TimeField
Extends:ComboBox
Provides a time input field with a time dropdown and automatic time validation. Example usage: +
new Ext.form.TimeField({
     minValue: '9:00 AM',
     maxValue: '6:00 PM',
     increment: 30
-});
- -
- -

Config Options

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Config OptionsDefined By
  - - allQuery : String
- The text query to send to the server to return all records for the list with no filtering (defaults to '')
-
ComboBox
  - - 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
  - - editable : Boolean
- False to prevent the user from typing text directly into the field, just like a traditional select (defaults to true)
-
ComboBox
  - - fieldClass : String
- The default CSS class for the field (defaults to "x-form-field")
-
Field
\ No newline at end of file