X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/ee06f37b0f6f6d94cd05a6ffae556660f7c4a2bc..c930e9176a5a85509c5b0230e2bff5c22a591432:/docs/output/Ext.form.Field.html diff --git a/docs/output/Ext.form.Field.html b/docs/output/Ext.form.Field.html index 5fc2089a..865fc7d3 100644 --- a/docs/output/Ext.form.Field.html +++ b/docs/output/Ext.form.Field.html @@ -1,2196 +1,876 @@ -
-
- Properties - Methods - Events - Config Options - Direct Link -
-
-
Observable
-  Component
-    BoxComponent
-      Field
-

Class Ext.form.Field

- - - - - - -
Package:Ext.form
Defined In:Field.js
Class:Field
Subclasses:Checkbox, CheckboxGroup, Hidden, HtmlEditor, TextField
Extends:BoxComponent
-
- * -Base class for form fields that provides default event handling, sizing, value handling and other functionality.
- -
- -

Config Options

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Config OptionsDefined By
  - - allowDomMove : Boolean
- Whether the component can move the Dom node when rendering (defaults to true).
-
Component
  - - clearCls : String
- The CSS class used to provide field clearing (defaults to 'x-form-clear-left')
-
Field
  - - cls : String
- A custom CSS class to apply to the field's underlying element (defaults to "").
-
Field
  - - 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")
-
Field
  - - focusClass : String
- The CSS class to use when the field receives focus (defaults to "x-form-focus")
-
Field
  - - height : Number
- The height of this component in pixels (defaults to auto).
-
BoxComponent
  - - hidden : Boolean
- Render this component hidden (default is false).
-
Component
  - - hideLabel : Boolean
- True to completely hide the label element (defaults to false)
-
Field
  - - invalidClass : String
- The CSS class to use when marking a field invalid (defaults to "x-form-invalid")
-
Field

Public Events

EventDefined By
\ No newline at end of file