Represents an item within a Menu. The following tables list the members exposed by the MenuItem type.
|
Name | Description | |
---|---|---|
![]() |
An object, which keeps references to various Dom elements, part of the control's structure |
|
![]() |
The collection of child MenuItems for this item. |
|
![]() |
The parent Menu control of this item. |
Name | Description | |
---|---|---|
![]() |
Collapses the item. |
|
![]() |
Creates a new MenuItem instance and adds it to the control's items array. |
|
![]() |
Removes a MenuItem from the collection of items. |
|
![]() |
Sys.UI.Control.dispose override. |
|
![]() |
Expands the item. |
|
![]() |
Gets a value indicating whether user interaction with this item is allowed. |
|
![]() |
Gets the URL of the image that will be displayed. |
|
![]() |
Gets the index of this item. |
|
![]() |
Gets a value indicating whether this item is a root item. |
|
![]() |
Gets the URL of the page that will be navigated to when a user clicks the MenuItem. |
|
![]() |
Gets the title text displayed by this item. |
|
![]() |
Gets the tooltip text displayed by this item. |
|
![]() |
Gets the custom data associated with this item. |
|
![]() |
Gets the collection of child items for this item. |
|
![]() |
Sys.UI.Control.initialize override. |
|
![]() |
Sets a value indicating whether user interaction with this item is allowed. |
|
![]() |
Sets the URL of the image that will be displayed. |
|
![]() |
Sets the URL of the page that will be navigated to when a user clicks the MenuItem. |
|
![]() |
Sets the title text displayed by this item. |
|
![]() |
Sets the tooltip text displayed by this item. |
|
![]() |
Sets the custom data associated with this item. |