Wijmo UI for the Web
shown Event
This is the jQuery.Event object.
The wijmenu widget object when the menu has been displayed, or the wijmenuitem widget when the submenu has been displayed.
The shown event is triggered after the menu or submenu is shown.
Syntax
Javascript (Usage) 
var instance; // Type: options
instance.shown = function(event, item) { };
Javascript (Specification) 
shown = function ( 
   event : any,
   item : any
) { };

Parameters

event
This is the jQuery.Event object.
item
The wijmenu widget object when the menu has been displayed, or the wijmenuitem widget when the submenu has been displayed.

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.