X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775..6e39d509471fe9b4e2660e0d1631b350d0c66f40:/docs/output/Ext.menu.Item.html diff --git a/docs/output/Ext.menu.Item.html b/docs/output/Ext.menu.Item.html index 56a9bfb5..395576b7 100644 --- a/docs/output/Ext.menu.Item.html +++ b/docs/output/Ext.menu.Item.html @@ -1,4 +1,4 @@ -
Properties Methods Events Config Options Direct Link
Observable
  Component
    BaseItem
      Item

Class Ext.menu.Item

Package:Ext.menu
Defined In:Item.js
Class:Item
Subclasses:CheckItem
Extends:BaseItem
xtype:menuitem
A base class for all menu items that require menu-related functionality (like sub-menus) and are not static +
Observable
  Component
    BaseItem
      Item

Class Ext.menu.Item

Package:Ext.menu
Defined In:Item.js
Class:Item
Subclasses:CheckItem
Extends:BaseItem
A base class for all menu items that require menu-related functionality (like sub-menus) and are not static display items. Item extends the base functionality of Ext.menu.BaseItem by adding menu-specific activation and click handling.

Config Options

Config OptionsDefined 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
 clickHideDelay : Number
Length of time in milliseconds to wait before hiding after a click (defaults to 100)
BaseItem
 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
 data : Mixed
The initial set of data to apply to the tpl to +update the content area of the Component.
Component
 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
 hideOnClick : Boolean
True to hide the containing menu after this item is clicked (defaults to true)
BaseItem
 href : String
The href attribute to use for the underlying anchor link (defaults to '#').
Item
 hrefTarget : String
The target attribute to use for the underlying anchor link (defaults to '').
Item
 href : String
The href attribute to use for the underlying anchor link (defaults to '#').
Item
 hrefTarget : String
The target attribute to use for the underlying anchor link (defaults to '').
Item
 text : String
The text to display in this item (defaults to '').
Item
 text : String
The text to display in this item (defaults to '').
Item
 parentMenu : Ext.menu.Menu -The parent Menu of this Item.
BaseItem
 rendered : Boolean
True if this component has been rendered. Read-only.
Component

Public Methods

MethodDefined By
 rendered : Boolean
True if this component has been rendered. Read-only.
Component

Public Methods

MethodDefined By

Public Events

EventDefined By

Public Events

EventDefined By