X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/d41dc04ad17d1d9125fb2cf72db2b4782dbe3a8c..7a654f8d43fdb43d78b63d90528bed6e86b608cc:/docs/output/Ext.menu.Item.html diff --git a/docs/output/Ext.menu.Item.html b/docs/output/Ext.menu.Item.html deleted file mode 100644 index 9cd5f6da..00000000 --- a/docs/output/Ext.menu.Item.html +++ /dev/null @@ -1,1702 +0,0 @@ -
-
- 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
-
- * -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
  - - canActivate : Boolean
- True if this item can be visually activated (defaults to true)
-
Item
  - - 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
  - - handler : Function
- A function that will handle the click event of this menu item (defaults to undefined)
-
BaseItem
  - - hidden : Boolean
- Render this component hidden (default is false).
-
Component
  - - hideDelay : Number
- Length of time in milliseconds to wait before hiding after a click (defaults to 100)
-
BaseItem
  - - 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
  - - itemCls : String
- The default CSS class to use for menu items (defaults to 'x-menu-item')
-
Item
  - - scope : Object
- The scope in which the handler function will be called.
-
BaseItem
  - - showDelay : Number
- Length of time in milliseconds to wait before showing this item (defaults to 200)
-
Item
  - - text : String
- The text to display in this item (defaults to '').
-
Item
- -

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
  - - 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
- -

Public Events

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
EventDefined By
- -
\ No newline at end of file