Wijmo UI for the Web
hideOption Field

Default value: null

This is an animation option for hiding the tab's panel content.

Syntax
Javascript (Usage) 
var value; // Type: object
value = jQuery.wijmo.wijtabs.options.hideOption;
Javascript (Specification) 
var hideOption : object;
Example
//Set hide animation to blind/fade and duration to 200.
$('.selector').wijtabs({
hideOption: { blind: true, fade: true, duration: 200}});
Browser Compatibility
7
5
5

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.