Wijmo UI for the Web
hideAllMenus Method
The hideAllMenus method hides all menu items currently showing.
Syntax
Javascript (Usage) 
$(function () {
    var returnsValue; // Type:  any
    // Parameters
    var e; // Type:  any
    
    returnsValue = $(".selector").wijmenu("hideAllMenus", e);
});
Javascript (Specification) 
function hideAllMenus( 
   e : any
) : any;

Parameters

e
Browser Compatibility
7
5
5

See Also

Reference

wijmenu type
wijmenu jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.