Wijmo UI for the Web
hidding Event
This is the jQuery.Event object.
This is the wijmenu widget object when hiding the menu or a wijmenuitem when hiding the submenu.
The hidding event is triggered before hidding the menu or submenu. This event can be cancelled with "return false";
Syntax
Javascript (Usage) 
$(function () {
    // Set hidding event handler function
    $(".selector").wijmenu({
        hidding : function (event, item) {
     
        }
    });
});
Javascript (Specification) 
hidding = function ( 
   event : any,
   item : any
) { };

Parameters

event
This is the jQuery.Event object.
item
This is the wijmenu widget object when hiding the menu or a wijmenuitem when hiding the submenu.

See Also

Reference

options type
wijmenu jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.