The hidding event is triggered before hidding the menu or submenu.
This event can be cancelled with "return false";
Syntax
Javascript (Usage) | |
---|
var instance; // Type: options
instance.hidding = function(event, item) { };
|
Javascript (Specification) | |
---|
hidding = function (
: any,
: 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