X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/2e847cf21b8ab9d15fa167b315ca5b2fa92638fc..ddde20c4d4ac6a8d53de079761155de813845b3c:/docs/output/Ext.menu.BaseItem.html diff --git a/docs/output/Ext.menu.BaseItem.html b/docs/output/Ext.menu.BaseItem.html index 8fb42371..4e704ca2 100644 --- a/docs/output/Ext.menu.BaseItem.html +++ b/docs/output/Ext.menu.BaseItem.html @@ -1,4 +1,4 @@ -
Observable Component BaseItem
Package: | Ext.menu |
Defined In: | BaseItem.js |
Class: | BaseItem |
Subclasses: | Item, Separator, TextItem |
Extends: | Component |
Observable Component BaseItem
Package: | Ext.menu |
Defined In: | BaseItem.js |
Class: | BaseItem |
Subclasses: | Item, Separator, TextItem |
Extends: | Component |
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 @@ -44,7 +44,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 false) | BaseItem | |
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 false) | BaseItem | |
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'). @@ -52,7 +55,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 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
|