Wijmo UI for the Web
getItems Method
Gets the collection of child items.
Syntax
Javascript (Usage) 
$(function () {
    var returnsValue; // Type:  array
    returnsValue = $(".selector").wijmenu("getItems");
});
Javascript (Specification) 
function getItems() : array;

Return Value

the menu items.
Browser Compatibility
7
5
5

See Also

Reference

wijmenu type
wijmenu jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.