X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..2e847cf21b8ab9d15fa167b315ca5b2fa92638fc:/docs/output/Ext.menu.ColorMenu.html diff --git a/docs/output/Ext.menu.ColorMenu.html b/docs/output/Ext.menu.ColorMenu.html index 32239f0c..88d97649 100644 --- a/docs/output/Ext.menu.ColorMenu.html +++ b/docs/output/Ext.menu.ColorMenu.html @@ -1,4 +1,4 @@ -
Properties Methods Events Config Options Direct Link
Observable
  Component
    BoxComponent
      Container
        Menu
          ColorMenu

Class Ext.menu.ColorMenu

Package:Ext.menu
Defined In:ColorMenu.js
Class:ColorMenu
Extends:Menu
xtype:colormenu

A menu containing a Ext.ColorPalette Component.

+
Observable
  Component
    BoxComponent
      Container
        Menu
          ColorMenu

Class Ext.menu.ColorMenu

Package:Ext.menu
Defined In:ColorMenu.js
Class:ColorMenu
Extends:Menu

A menu containing a Ext.ColorPalette Component.

Notes:

  • Although not listed here, the constructor for this class accepts all of the configuration options of Ext.ColorPalette.
  • @@ -11,14 +11,14 @@ container's...
A string component id or the numeric index container's layout on render. For example, activeItem: 'item-1' or activeItem: 0 (index 0 = the first item in the container's collection). activeItem only applies to layout styles that can display items one at a time (like Ext.layout.AccordionLayout, Ext.layout.CardLayout and -Ext.layout.FitLayout). Related to Ext.layout.ContainerLayout.activeItem.
Container allowDomMove : Boolean
Whether the component can move the Dom node when rendering (defaults to true).
Component allowOtherMenus : Boolean
True to allow multiple menus to be displayed at the same time (defaults to false)
Menu anchor : String
Note: this config is only used when this Component is rendered +Ext.layout.FitLayout). Related to Ext.layout.ContainerLayout.activeItem.
Container allowDomMove : Boolean
Whether the component can move the Dom node when rendering (defaults to true).
Component allowOtherMenus : Boolean
True to allow multiple menus to be displayed at the same time (defaults to false)
Menu anchor : String
Note: this config is only used when this Component is rendered by a Container which has been configured to use an Anc...

Note: this config is only used when this Component is rendered -by a Container which has been configured to use an AnchorLayout +by a Container which has been configured to use an AnchorLayout (or subclass thereof). based layout manager, for example:

-

See Ext.layout.AnchorLayout.anchor also.

Component applyTo : Mixed
Specify the id of the element, a DOM element or an existing Element corresponding to a DIV +

See Ext.layout.AnchorLayout.anchor also.

BoxComponent applyTo : Mixed
Specify the id of the element, a DOM element or an existing Element corresponding to a DIV that is already present in...

Specify the id of the element, a DOM element or an existing Element corresponding to a DIV that is already present in the document that specifies some structural markup for this component.

    @@ -95,7 +95,9 @@ result in elements needing to be synchronized with the new height. Example:

    < } } } -}).show();
BoxComponent autoShow : Boolean
True if the component should check for hidden classes (e.g. 'x-hidden' or 'x-hide-display') and remove +}).show();
BoxComponent autoScroll : Boolean
true to use overflow:'auto' on the components layout element and show scroll bars automatically when +necessary, false...
true to use overflow:'auto' on the components layout element and show scroll bars automatically when +necessary, false to clip any overflowing content (defaults to false).
BoxComponent autoShow : Boolean
True if the component should check for hidden classes (e.g. 'x-hidden' or 'x-hide-display') and remove them on render...
True if the component should check for hidden classes (e.g. 'x-hidden' or 'x-hide-display') and remove them on render (defaults to false).
Component autoWidth : Boolean
True to use width:'auto', false to use fixed width (or allow it to be managed by its parent Container's layout manage...

True to use width:'auto', false to use fixed width (or allow it to be managed by its parent @@ -127,10 +129,21 @@ child items when the browser changes its width:

var myPanel = <
     }, {
         title: 'Box 3'
     }],
-});
BoxComponent bufferResize : Boolean/Number
When set to true (100 milliseconds) or a number of milliseconds, the layout assigned for this container will buffer -t...
When set to true (100 milliseconds) or a number of milliseconds, the layout assigned for this container will buffer +});
BoxComponent boxMaxHeight : Number
The maximum value in pixels which this BoxComponent will set its height to. +Warning: This will override any size mana...

The maximum value in pixels which this BoxComponent will set its height to.

+

Warning: This will override any size management applied by layout managers.

BoxComponent boxMaxWidth : Number
The maximum value in pixels which this BoxComponent will set its width to. +Warning: This will override any size manag...

The maximum value in pixels which this BoxComponent will set its width to.

+

Warning: This will override any size management applied by layout managers.

BoxComponent boxMinHeight : Number
The minimum value in pixels which this BoxComponent will set its height to. +Warning: This will override any size mana...

The minimum value in pixels which this BoxComponent will set its height to.

+

Warning: This will override any size management applied by layout managers.

BoxComponent boxMinWidth : Number
The minimum value in pixels which this BoxComponent will set its width to. +Warning: This will override any size manag...

The minimum value in pixels which this BoxComponent will set its width to.

+

Warning: This will override any size management applied by layout managers.

BoxComponent bubbleEvents : Array
An array of events that, when fired, should be bubbled to any parent container. +See Ext.util.Observable.enableBubble....

An array of events that, when fired, should be bubbled to any parent container. +See Ext.util.Observable.enableBubble. +Defaults to ['add', 'remove'].

Container bufferResize : Boolean/Number
When set to true (50 milliseconds) or a number of milliseconds, the layout assigned for this container will buffer +th...
When set to true (50 milliseconds) or a number of milliseconds, the layout assigned for this container will buffer the frequency it calculates and does a re-layout of components. This is useful for heavy containers or containers -with a large quantity of sub-components for which frequent layout calls would be expensive.
Container clearCls : String
The CSS class used to to apply to the special clearing div rendered +with a large quantity of sub-components for which frequent layout calls would be expensive. Defaults to 50.
Container clearCls : String
The CSS class used to to apply to the special clearing div rendered directly after each form field wrapper to provide...

The CSS class used to to apply to the special clearing div rendered directly after each form field wrapper to provide field clearing (defaults to 'x-form-clear-left').

@@ -140,7 +153,21 @@ manager (e.g. fieldLabel is specified or isFormField=true is specified.


See Ext.layout.FormLayout.fieldTpl also.

Component cls : String
An optional extra CSS class that will be added to this component's Element (defaults to ''). This can be useful for ...
An optional extra CSS class that will be added to this component's Element (defaults to ''). This can be -useful for adding customized styles to the component or any of its children using standard CSS rules.
Component ctCls : String
An optional extra CSS class that will be added to this component's container. This can be useful for +useful for adding customized styles to the component or any of its children using standard CSS rules.
Component contentEl : String
Optional. Specify an existing HTML element, or the id of an existing HTML element to use as the content +for this comp...

Optional. Specify an existing HTML element, or the id of an existing HTML element to use as the content +for this component.

+
    +
  • Description : +
    This config option is used to take an existing HTML element and place it in the layout element +of a new component (it simply moves the specified DOM element after the Component is rendered to use as the content.
  • +
  • Notes : +
    The specified HTML element is appended to the layout element of the component after any configured +HTML has been inserted, and so the document will not contain this element at the time the render event is fired.
    +
    The specified HTML element used will not participate in any layout +scheme that the Component may use. It is just HTML. Layouts operate on child items.
    +
    Add either the x-hidden or the x-hide-display CSS class to +prevent a brief flicker of the content before it is rendered to the panel.
  • +
Component ctCls : String
An optional extra CSS class that will be added to this component's container. This can be useful for adding customize...

An optional extra CSS class that will be added to this component's container. This can be useful for adding customized styles to the container or any of its children using standard CSS rules. See Ext.layout.ContainerLayout.extraCls also.

@@ -151,19 +178,20 @@ which assigns a value by default:
To configure the above Class with an extra CSS class append to the default. For example, for BoxLayout (Hbox and Vbox):
ctCls: 'x-box-layout-ct custom-class'
-

Component defaultAlign : String
The default Ext.Element.alignTo anchor position value for this menu -relative to its element of origin (defaults to '...
The default Ext.Element.alignTo anchor position value for this menu -relative to its element of origin (defaults to 'tl-bl?')
Menu defaultOffsets : Array
An array specifying the [x, y] offset in pixels by which to -change the default Menu popup position after aligning ac...
An array specifying the [x, y] offset in pixels by which to -change the default Menu popup position after aligning according to the defaultAlign +

Component data : Mixed
The initial set of data to apply to the tpl to +update the content area of the Component.
Component defaultAlign : String
The default Ext.Element.alignTo anchor position value for this menu +relative to its element of origin (defaults to 't...
The default Ext.Element.alignTo anchor position value for this menu +relative to its element of origin (defaults to 'tl-bl?')
Menu defaultOffsets : Array
An array specifying the [x, y] offset in pixels by which to +change the default Menu popup position after aligning acc...
An array specifying the [x, y] offset in pixels by which to +change the default Menu popup position after aligning according to the defaultAlign configuration. Defaults to [0, 0].
Menu defaultType : String
The default xtype of child Components to create in this Container when a child item is specified as a raw configurati...

The default xtype of child Components to create in this Container when a child item is specified as a raw configuration object, rather than as an instantiated Component.

-

Defaults to 'panel', except Ext.menu.Menu which defaults to 'menuitem', -and Ext.Toolbar and Ext.ButtonGroup which default to 'button'.

Container defaults : Object
A config object that will be applied to all items added to this container either via the items -config or via the add...
A config object that will be applied to all items added to this container either via the items -config or via the add method. The defaults config can contain any number of -name/value property pairs to be added to each item, and should be valid for the types of items +

Defaults to 'panel', except Ext.menu.Menu which defaults to 'menuitem', +and Ext.Toolbar and Ext.ButtonGroup which default to 'button'.

Container defaults : Object
A config object that will be applied to all items added to this container either via the items +config or via the add ...
A config object that will be applied to all items added to this container either via the items +config or via the add method. The defaults config can contain any number of +name/value property pairs to be added to each item, and should be valid for the types of items being added to the menu.
Menu 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 fieldLabel : String
The label text to display next to this Component (defaults to ''). Note: this config is only used when this Component...

The label text to display next to this Component (defaults to '').


Note: this config is only used when this Component is rendered by a Container which @@ -178,13 +206,19 @@ Example use:

new Ext.FormPanel({
         xtype: 'textfield',
         fieldLabel: 'Name'
     }]
-});
Component floating : Boolean
By default, a Menu configured as floating:true -will be rendered as an Ext.Layer (an absolutely positioned, -floating...

By default, a Menu configured as floating:true -will be rendered as an Ext.Layer (an absolutely positioned, -floating Component with zindex=15000). -If configured as floating:false, the Menu may be -used as child item of another Container instead of a free-floating +});

Component flex : Number
Note: this config is only used when this Component is rendered +by a Container which has been configured to use a BoxL...

Note: this config is only used when this Component is rendered +by a Container which has been configured to use a BoxLayout. +Each child Component with a flex property will be flexed either vertically (by a VBoxLayout) +or horizontally (by an HBoxLayout) according to the item's relative flex value +compared to the sum of all Components with flex value specified. Any child items that have +either a flex = 0 or flex = undefined will not be 'flexed' (the initial size will not be changed).

BoxComponent floating : Boolean
By default, a Menu configured as floating:true +will be rendered as an Ext.Layer (an absolutely positioned, +floating C...

By default, a Menu configured as floating:true +will be rendered as an Ext.Layer (an absolutely positioned, +floating Component with zindex=15000). +If configured as floating:false, the Menu may be +used as child item of another Container instead of a free-floating Layer.

Menu forceLayout : Boolean
If true the container will force a layout initially even if hidden or collapsed. This option is useful for forcing fo...
If true the container will force a layout initially even if hidden or collapsed. This option is useful for forcing forms to render in collapsed or hidden containers. (defaults to false).
Container handler : Function
Optional. A function that will handle the select event of this menu. @@ -221,7 +255,11 @@ since items are automatically laid out when they are first shown (no sizing is done while hidden).

Component hideOnClick : Boolean
False to continue showing the menu after a color is selected, defaults to true.
ColorMenu hideParent : Boolean
True to hide and show the component's container when hide/show is called on the component, false to hide and show the...
True to hide and show the component's container when hide/show is called on the component, false to hide and show the component itself (defaults to false). For example, this can be used as a shortcut for a hide -button on a window by setting hide:true on the button when adding it to its parent container.
Component id : String
The unique id of this component (defaults to an auto-assigned id). +button on a window by setting hide:true on the button when adding it to its parent container.
Component html : String/Object
An HTML fragment, or a DomHelper specification to use as the layout element +content (defaults to ''). The HTML conten...
An HTML fragment, or a DomHelper specification to use as the layout element +content (defaults to ''). The HTML content is added after the component is rendered, +so the document will not contain this HTML at the time the render event is fired. +This content is inserted into the body before any configured contentEl is appended.
Component id : String
The unique id of this component (defaults to an auto-assigned id). You should assign an id if you need to be able to ...

The unique id of this component (defaults to an auto-assigned id). You should assign an id if you need to be able to access the component later and you do not have an object reference available (e.g., using Ext.getCmp).

@@ -231,10 +269,13 @@ rules to style the specific instance of this component uniquely, and also to sel sub-elements using this component's id as the parent.

Note: to avoid complications imposed by a unique id also see itemId and ref.

-

Note: to access the container of an item see ownerCt.

Component ignoreParentClicks : Boolean
True to ignore clicks on any item in this menu that is a parent item (displays -a submenu) so that the submenu is not...
True to ignore clicks on any item in this menu that is a parent item (displays -a submenu) so that the submenu is not dismissed when clicking the parent item (defaults to false).
Menu itemCls : String
An additional CSS class to apply to the div wrapping the form item -element of this field. If supplied, itemCls at th...

An additional CSS class to apply to the div wrapping the form item +

Note: to access the container of an item see ownerCt.

Component ignoreParentClicks : Boolean
True to ignore clicks on any item in this menu that is a parent item (displays +a submenu) so that the submenu is not ...
True to ignore clicks on any item in this menu that is a parent item (displays +a submenu) so that the submenu is not dismissed when clicking the parent item (defaults to false).
Menu itemCls : String
Note: this config is only used when this Component is rendered by a Container which +has been configured to use the Fo...

Note: this config is only used when this Component is rendered by a Container which +has been configured to use the FormLayout layout manager (e.g. +Ext.form.FormPanel or specifying layout:'form').


+

An additional CSS class to apply to the div wrapping the form item element of this field. If supplied, itemCls at the field level will override the default itemCls supplied at the container level. The value specified for itemCls will be added to the default class ('x-form-item').

@@ -243,22 +284,22 @@ the default itemCls supplied at the container level. The value s you to write standard CSS rules that can apply to the field, the label (if specified), or any other element within the markup for the field.


Note: see the note for fieldLabel.


-Example use:
// Apply a style to the field's label:
+Example use:
// Apply a style to the field's label:
 <style>
     .required .x-form-item-label {font-weight:bold;color:red;}
 </style>
 
 new Ext.FormPanel({
-	height: 100,
-	renderTo: Ext.getBody(),
-	items: [{
-		xtype: 'textfield',
-		fieldLabel: 'Name',
-		itemCls: 'required' //this label will be styled
-	},{
-		xtype: 'textfield',
-		fieldLabel: 'Favorite Color'
-	}]
+    height: 100,
+    renderTo: Ext.getBody(),
+    items: [{
+        xtype: 'textfield',
+        fieldLabel: 'Name',
+        itemCls: 'required' //this label will be styled
+    },{
+        xtype: 'textfield',
+        fieldLabel: 'Favorite Color'
+    }]
 });
Component itemId : String
An itemId can be used as an alternative way to get a reference to a component when no object reference is available. ...

An itemId can be used as an alternative way to get a reference to a component when no object reference is available. Instead of using an id with @@ -288,7 +329,7 @@ avoiding potential conflicts with getComponent('p1'); // not the same as Ext.getCmp() p2 = p1.ownerCt.getComponent('p2'); // reference via a sibling

Also see id and ref.

-

Note: to access the container of an item see ownerCt.

Component items : Mixed
An array of items to be added to this menu. Menus may contain either menu items, +

Note: to access the container of an item see ownerCt.

Component items : Mixed
An array of items to be added to this menu. Menus may contain either menu items, or general Components.
Menu labelSeparator : String
The separator to display after the text of each fieldLabel. This property may be configured at various levels. The o...

The separator to display after the text of each @@ -333,9 +374,9 @@ Example use:

new Ext.FormPanel({
         fieldLabel: 'Name',
         labelStyle: 'font-weight:bold;'
     }]
-});
Component layout : String/Object
This class assigns a default layout (layout:'menu'). -Developers may override this configuration option if another la...
This class assigns a default layout (layout:'menu'). -Developers may override this configuration option if another layout is required. +});
Component layout : String/Object
This class assigns a default layout (layout:'menu'). +Developers may override this configuration option if another lay...
This class assigns a default layout (layout:'menu'). +Developers may override this configuration option if another layout is required. See Ext.Container.layout for additional information.
Menu layoutConfig : Object
This is a config object containing properties specific to the chosen layout if layout has been specified as a string.

Container listeners : Object
A config object containing one or more event handlers to be added to this @@ -420,7 +461,7 @@ of the viewport. This value is typically managed by the chosen Container overCls : String
An optional extra CSS class that will be added to this component's Element when the mouse moves over the Element, and...
An optional extra CSS class that will be added to this component's Element when the mouse moves over the Element, and removed when the mouse moves out. (defaults to ''). This can be -useful for adding customized 'active' or 'hover' styles to the component or any of its children using standard CSS rules.
Component pageX : Number
The page level x coordinate for this component if contained within a positioning container.
BoxComponent pageY : Number
The page level y coordinate for this component if contained within a positioning container.
BoxComponent plugins : Object/Array
An object or array of objects that will provide custom functionality for this component. The only +useful for adding customized 'active' or 'hover' styles to the component or any of its children using standard CSS rules.
Component pageX : Number
The page level x coordinate for this component if contained within a positioning container.
BoxComponent pageY : Number
The page level y coordinate for this component if contained within a positioning container.
BoxComponent paletteId : String
An id to assign to the underlying color palette. Defaults to null.
ColorMenu plain : Boolean
True to remove the incised line down the left side of the menu. Defaults to false.
Menu plugins : Object/Array
An object or array of objects that will provide custom functionality for this component. The only requirement for a ...
An object or array of objects that will provide custom functionality for this component. The only requirement for a valid plugin is that it contain an init method that accepts a reference of type Ext.Component. When a component is created, if any plugins are available, the component will call the init method on each @@ -434,9 +475,9 @@ object. The ptype will be looked up at render time up to determine type of Plugin to create.

If you create your own Plugins, you may register them using Ext.ComponentMgr.registerPlugin in order to be able to -take advantage of lazy instantiation and rendering.
Component ref : String
A path specification, relative to the Component's ownerCt specifying into which -ancestor Container to place a named r...

A path specification, relative to the Component's ownerCt specifying into which -ancestor Container to place a named reference to this Component.

+take advantage of lazy instantiation and rendering.
Component ref : String
A path specification, relative to the Component's ownerCt +specifying into which ancestor Container to place a named r...

A path specification, relative to the Component's ownerCt +specifying into which ancestor Container to place a named reference to this Component.

The ancestor axis can be traversed by using '/' characters in the path. For example, to put a reference to a Toolbar Button into the Panel which owns the Toolbar:

var myGrid = new Ext.grid.EditorGridPanel({
     title: 'My EditorGridPanel',
@@ -455,9 +496,10 @@ For example, to put a reference to a Toolbar Button into the Panel which owns
         }
     }
 });
-

In the code above, if the ref had been 'saveButton' the reference would -have been placed into the Toolbar. Each '/' in the ref moves up one level from the -Component's ownerCt.

Component region : String
Note: this config is only used when this BoxComponent is rendered +

In the code above, if the ref had been 'saveButton' +the reference would have been placed into the Toolbar. Each '/' in the ref +moves up one level from the Component's ownerCt.

+

Also see the added and removed events.

Component region : String
Note: this config is only used when this BoxComponent is rendered by a Container which has been configured to use the...

Note: this config is only used when this BoxComponent is rendered by a Container which has been configured to use the BorderLayout layout manager (e.g. specifying layout:'border').


@@ -473,9 +515,9 @@ to render and manage its child items.
When using this config, a call to render() is not required.
-

See render also.

Component scope : Object
The scope (this reference) in which the handler -function will be called. Defaults to this ColorMenu instance.
ColorMenu shadow : Boolean/String
True or 'sides' for the default effect, 'frame' for 4-way shadow, and 'drop' -for bottom-right shadow (defaults to 's...
True or 'sides' for the default effect, 'frame' for 4-way shadow, and 'drop' +

See render also.

Component resizeEvent : String
The event to listen to for resizing in layouts. Defaults to 'resize'.
Container scope : Object
The scope (this reference) in which the handler +function will be called. Defaults to this ColorMenu instance.
ColorMenu shadow : Boolean/String
True or 'sides' for the default effect, 'frame' for 4-way shadow, and 'drop' +for bottom-right shadow (defaults to 'si...
True or 'sides' for the default effect, 'frame' for 4-way shadow, and 'drop' for bottom-right shadow (defaults to 'sides')
Menu showSeparator : Boolean
True to show the icon separator. (defaults to true).
Menu stateEvents : Array
An array of events that, when fired, should trigger this component to save its state (defaults to none). stateEvents ...

An array of events that, when fired, should trigger this component to save its state (defaults to none). stateEvents may be any type @@ -546,8 +588,21 @@ Ext.Element.ap...

A custom style specification to be appl } }) ] -});
Component subMenuAlign : String
The Ext.Element.alignTo anchor position value to use for submenus of -this menu (defaults to 'tl-tr?')
Menu width : Number
The width of this component in pixels (defaults to auto). +});
Component subMenuAlign : String
The Ext.Element.alignTo anchor position value to use for submenus of +this menu (defaults to 'tl-tr?')
Menu tabTip : String
Note: this config is only used when this BoxComponent is a child item of a TabPanel. +A string to be used as innerHTML...

Note: this config is only used when this BoxComponent is a child item of a TabPanel.

+A string to be used as innerHTML (html tags are accepted) to show in a tooltip when mousing over +the associated tab selector element. Ext.QuickTips.init() +must be called in order for the tips to render.
BoxComponent tpl : Mixed
An Ext.Template, Ext.XTemplate +or an array of strings to form an Ext.XTemplate. +Used in conjunction with the data and...
An Ext.Template, Ext.XTemplate +or an array of strings to form an Ext.XTemplate. +Used in conjunction with the data and +tplWriteMode configurations.
Component tplWriteMode : String
The Ext.(X)Template method to use when +updating the content area of the Component. Defaults to 'overwrite' +(see Ext.X...
The Ext.(X)Template method to use when +updating the content area of the Component. Defaults to 'overwrite' +(see Ext.XTemplate.overwrite).
Component width : Number
The width of this component in pixels (defaults to auto). Note to express this dimension as a percentage or offset se...
The width of this component in pixels (defaults to auto). Note to express this dimension as a percentage or offset see Ext.Component.anchor.
BoxComponent x : Number
The local x (left) coordinate for this component if contained within a positioning container.
BoxComponent xtype : String
The registered xtype to create. This config option is not used when passing a config object into a constructor. This ...
The registered xtype to create. This config option is not used when passing @@ -560,7 +615,7 @@ The predefined xtypes are listed Ext.ComponentMgr.registerType in order to be able to -take advantage of lazy instantiation and rendering.
Component y : Number
The local y (top) coordinate for this component if contained within a positioning container.
BoxComponent

Public Properties

PropertyDefined By
 disabled : Boolean
True if this component is disabled. Read-only.
Component
 y : Number
The local y (top) coordinate for this component if contained within a positioning container.
BoxComponent
 zIndex : Number
zIndex to use when the menu is floating.
Menu

Public Properties

PropertyDefined By
 disabled : Boolean
True if this component is disabled. Read-only.
Component
 hidden : Boolean
True if this component is hidden. Read-only.
Component
 initialConfig : Object
This Component's initial configuration specification. Read-only.
Component
 items : MixedCollection
The collection of components in this container as a Ext.util.MixedCollection
Container
 palette : ColorPalette -The {@link Ext.ColorPalette} instance for this ColorMenu
ColorMenu
 rendered : Boolean
True if this component has been rendered. Read-only.
Component

Public Methods

MethodDefined By
 hidden : Boolean
True if this component is hidden. Read-only.
Component
 initialConfig : Object
This Component's initial configuration specification. Read-only.
Component
 items : MixedCollection
The collection of components in this container as a Ext.util.MixedCollection
Container
 palette : ColorPalette +The {@link Ext.ColorPalette} instance for this ColorMenu
ColorMenu
 rendered : Boolean
True if this component has been rendered. Read-only.
Component

Public Methods

MethodDefined By

Public Events

EventDefined By