wijmo.tabs.wijtabs Namespace > options type : hideOption Option |
Default value: null
This is an animation option for hiding the tab's panel content.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: object returnsValue = $(".selector").wijtabs("option", "hideOption"); // Set value var newValue; // Type: object $(".selector").wijtabs("option", "hideOption", newValue); }); |
Javascript (Specification) | |
---|---|
|