Wijmo UI for the Web
show Event
The jQuery.Event object.
The data with this event.
The show event handler. A function called when a tab is shown.
Syntax
Javascript (Usage) 
var instance; // Type: options
instance.show = function(e, args) { };
Javascript (Specification) 
show = function ( 
   e : Object,
   args : IWijTabsEventArgs
) { };

Parameters

e
The jQuery.Event object.
args
The data with this event.

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.