Wijmo UI for the Web
items Option

Default value: null

The options of child items

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  array
    returnsValue = $(".selector").wijmenu("option", "items");
    
    // Set value
    var newValue; // Type:  array
    $(".selector").wijmenu("option", "items", newValue);
        
});
Javascript (Specification) 
var items : array;
Browser Compatibility
7
5
5

See Also

Reference

options type
wijmenu jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.