The following tables list the members exposed by DataMenuItem.
Name | Description | |
---|---|---|
DataMenuItem Constructor |
Name | Description | |
---|---|---|
anchorElement | Get a reference to the anchor dom element associated with the item. | |
childItem | Get the child item at the index specified. If enabled is set the children collection will be traveresed for the nearest enabled item (excluding the separator items), if the item at specified index is not enabled. | |
cssClass | Get the CSS class applied to the item. | |
defaults | ||
expanded | Get whether the menu item is expanded. | |
isActive | Get whether the item is active. | |
isSeparator | Get whether the item is of type separator. | |
itemsGroupSettings | Get the item group settings. | |
level | Gets the level of the item on client. Root items are at level 0. | |
navigateUrl | Get the navigate URL. | |
nextItem | Get the next sibling item. | |
orientation | Get the item orientation. | |
parentItem | Get the parent item of this item. | |
prentItemsGroupSettings | Get the parent item group settings. | |
previousItem | Get the prevous sibling item. | |
selected | Get whether the item is currently selected. | |
stateCssClass | Get the state CssClass used for this item. | |
target | Get the URL target associated with the item. | |
text | Get the menu item text. | |
textElement | Get a reference to the menu item span element. |
Name | Description | |
---|---|---|
calcScrolls | ||
dispose | Disposes the object. | |
getChildrenCount | Get the number of children. | |
hasChildren | Get whether the item has children. | |
initialize | Initializes the DataMenuItem object. | |
isDescendant | Get whether this item is descendant of the specified item. | |
open | Opens all sub-menus down to this item. | |
restore_style | Restore the default item CSS classes. |