X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775..f5240829880f87e0cf581c6a296e436fdef0ef80:/docs/output/Ext.Component.html diff --git a/docs/output/Ext.Component.html b/docs/output/Ext.Component.html index 67bc2476..6402a40b 100644 --- a/docs/output/Ext.Component.html +++ b/docs/output/Ext.Component.html @@ -1,4 +1,4 @@ -
Properties Methods Events Config Options Direct Link
Observable
  Component

Class Ext.Component

Package:Ext
Defined In:Component.js
Class:Component
Subclasses:BoxComponent, ColorPalette, DatePicker, Editor, BaseItem, ValidationStatus
Extends:Observable

Base class for all Ext components. All subclasses of Component may participate in the automated +

Observable
  Component

Class Ext.Component

Package:Ext
Defined In:Component.js
Class:Component
Subclasses:BoxComponent, ColorPalette, DatePicker, Editor, PivotAxis, BaseItem
Extends:Observable

Base class for all Ext components. All subclasses of Component may participate in the automated Ext component lifecycle of creation, rendering and destruction which is provided by the Container class. Components may be added to a Container through the items config option at the time the Container is created, or they may be added dynamically via the add method.

@@ -28,10 +28,11 @@ editorgrid Ext.FlashComponent grid Ext.grid.GridPanel listview Ext.ListView +multislider Ext.slider.MultiSlider panel Ext.Panel progress Ext.ProgressBar propertygrid Ext.grid.PropertyGrid -slider Ext.Slider +slider Ext.slider.SingleSlider spacer Ext.Spacer splitbutton Ext.SplitButton tabpanel Ext.TabPanel @@ -64,10 +65,11 @@ menutextitem Ext.FormPanel +form Ext.form.FormPanel checkbox Ext.form.Checkbox checkboxgroup Ext.form.CheckboxGroup combo Ext.form.ComboBox +compositefield Ext.form.CompositeField datefield Ext.form.DateField displayfield Ext.form.DisplayField field Ext.form.Field @@ -101,14 +103,7 @@ jsonstore Ext.data.SimpleStore (deprecated; use arraystore) store Ext.data.Store xmlstore Ext.data.XmlStore -

Config Options

Config OptionsDefined By
 allowDomMove : Boolean
Whether the component can move the Dom node when rendering (defaults to true).
Component