Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
addItem Method
Add an item to the menu.
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function addItem(
: String,
: DataMenuItem
) : (Any); |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfWebDataMenu.addItem(String,DataMenuItem); |
Parameters
- itemText
- Specify item text.
- parentItem
- Specify the parent menu item of the new item that will be added.
See Also