Wijmo UI for the Web
showing Event
This is the jQuery.Event object.
This is the event object that relates to the submenu's parent item.
The showing event is triggered before the submenu is shown. showing is a useful event if you want to perform a function before the submenu is shown or if you want to block the submenu from showing by returning false.
Syntax
Javascript (Usage) 
var instance; // Type: options
instance.showing = function(event, item) { };
Javascript (Specification) 
showing = function ( 
   event : any,
   item : any
) { };

Parameters

event
This is the jQuery.Event object.
item
This is the event object that relates to the submenu's parent item.

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.