X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/ee06f37b0f6f6d94cd05a6ffae556660f7c4a2bc..c930e9176a5a85509c5b0230e2bff5c22a591432:/docs/output/Ext.form.ComboBox.html diff --git a/docs/output/Ext.form.ComboBox.html b/docs/output/Ext.form.ComboBox.html index 2400630d..725f6979 100644 --- a/docs/output/Ext.form.ComboBox.html +++ b/docs/output/Ext.form.ComboBox.html @@ -1,3267 +1,1276 @@ -
-
- Properties - Methods - Events - Config Options - Direct Link -
-
-
Observable
-  Component
-    BoxComponent
-      Field
-        TextField
-          TriggerField
-            ComboBox
-

Class Ext.form.ComboBox

- - - - - - -
Package:Ext.form
Defined In:Combo.js
Class:ComboBox
Subclasses:TimeField
Extends:TriggerField
-
- * -

A combobox control with support for autocomplete, remote-loading, paging and many other features.

-A ComboBox works in a similar manner to a traditional HTML <select> field. The difference is that to submit the -valueField, you must specify a hiddenName to create a hidden input field to hold the -value of the valueField. The displayField is shown in the text field which is named -according to the name.
- -
- -

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