X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/2e847cf21b8ab9d15fa167b315ca5b2fa92638fc..c8256059947f3aa8f5b0a9a2acf55e2142bb4742:/docs/output/Ext.menu.Item.html diff --git a/docs/output/Ext.menu.Item.html b/docs/output/Ext.menu.Item.html index b5404174..9d2e2567 100644 --- a/docs/output/Ext.menu.Item.html +++ b/docs/output/Ext.menu.Item.html @@ -1,5 +1,5 @@ -
Observable Component BaseItem Item
Package: | Ext.menu |
Defined In: | Item.js |
Class: | Item |
Subclasses: | CheckItem |
Extends: | BaseItem |
Observable Component BaseItem Item
Package: | Ext.menu |
Defined In: | Item.js |
Class: | Item |
Subclasses: | CheckItem |
Extends: | BaseItem |
Config Options | Defined By | |
---|---|---|
activeClass : String The CSS class to use when the item becomes activated (defaults to "x-menu-item-active") | BaseItem | |
allowDomMove : Boolean Whether the component can move the Dom node when rendering (defaults to true). | Component | |
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 @@ -45,7 +45,10 @@ different DOM elements. Example usage:
| Component | |
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 | |
canActivate : Boolean True if this item can be visually activated (defaults to true) | Item | |
clearCls : String The CSS class used to to apply to the special clearing div rendered
+them on render (defaults to false). | Component | |
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 []. | Component | |
canActivate : Boolean True if this item can be visually activated (defaults to true) | Item | |
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'). @@ -53,7 +56,7 @@ directly after each form field wrapper to provide field clearing (defaults to which has been configured to use the FormLayout layout manager (e.g. Ext.form.FormPanel or specifying layout:'form') and either a fieldLabel is specified or isFormField=true is specified.- See Ext.layout.FormLayout.fieldTpl also. | Component | |
clickHideDelay : Number Length of time in milliseconds to wait before hiding after a click (defaults to 100) | BaseItem | |
cls : String An optional extra CSS class that will be added to this component's Element (defaults to ''). This can be
+ See Ext.layout.FormLayout.fieldTpl also. | Component | |
clickHideDelay : Number Length of time in milliseconds to wait before hiding after a click (defaults to 1) | BaseItem | |
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 | |
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 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 | |
icon : String The path to an icon to display in this item (defaults to Ext.BLANK_IMAGE_URL). If
-icon is specified iconCls should ... The path to an icon to display in this item (defaults to Ext.BLANK_IMAGE_URL). If
-icon is specified iconCls should not be. | Item | |
iconCls : String A CSS class that specifies a background image that will be used as the icon for
-this item (defaults to ''). If icon... A CSS class that specifies a background image that will be used as the icon for
+This content is inserted into the body before any configured contentEl is appended. | Component | |
icon : String The path to an icon to display in this item (defaults to Ext.BLANK_IMAGE_URL). If
+icon is specified iconCls should n... The path to an icon to display in this item (defaults to Ext.BLANK_IMAGE_URL). If
+icon is specified iconCls should not be. | Item | |
iconCls : String A CSS class that specifies a background image that will be used as the icon for
+this item (defaults to ''). If iconC... A CSS class that specifies a background image that will be used as the icon for
this item (defaults to ''). If iconCls is specified icon should not be. | Item | |
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 @@ -271,8 +274,8 @@ Ext.DomObserver = Ext.extend(Object, { typeAhead: true, mode: 'local', triggerAction: 'all' -}); | Observable | |
menu : Mixed Either an instance of Ext.menu.Menu or the config object for an
-Ext.menu.Menu which acts as the submenu when this it... Either an instance of Ext.menu.Menu or the config object for an
+}); | Observable | |
menu : Mixed Either an instance of Ext.menu.Menu or the config object for an
+Ext.menu.Menu which acts as the submenu when this ite... Either an instance of Ext.menu.Menu or the config object for an
Ext.menu.Menu which acts as the submenu when this item is activated. | Item | |
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
@@ -433,7 +436,7 @@ config for a suggestion, or use a render listener directly:
-See also getEl | Component | |
hidden : Boolean True if this component is hidden. Read-only. | Component | |
initialConfig : Object This Component's initial configuration specification. Read-only. | Component | |
menu : Ext.menu.Menu
+ See also getEl | Component | |
hidden : Boolean True if this component is hidden. Read-only. | Component | |
initialConfig : Object This Component's initial configuration specification. Read-only. | Component | |
menu : Ext.menu.Menu The submenu associated with this Item if one was configured. | Item | |
ownerCt : Ext.Container This Component's owner Container (defaults to undefined, and is set automatically when
this Component is added to a C... This Component's owner Container (defaults to undefined, and is set automatically when
this Component is added to a Container). Read-only.
@@ -515,38 +518,38 @@ should usually not need to be called directly. Enable this component and fire the 'enable' event. Enable this component and fire the 'enable' event. Parameters:
| Component | |
enableBubble( String/Array events )
:
- voidEnables events fired by this Observable to bubble up an owner hierarchy by calling
-this.getBubbleTarget() if present... Enables events fired by this Observable to bubble up an owner hierarchy by calling
- This is commonly used by Ext.Components to bubble events to owner Containers. See Ext.Component.getBubbleTarget. The default -implementation in Ext.Component returns the Component's immediate owner. But if a known target is required, this can be overridden to -access the required target more quickly. -Example:
| Observable | |
findParentBy( Function fn )
:
Ext.ContainerFind a container above this component at any level by a custom function. If the passed function returns
|