wijmo.tabs.wijtabs Namespace > options type : spinner Option |
Default value: ""
The HTML content of this string is shown in a tab title while remote content is loading. Pass in an empty string to deactivate that behavior. A span element must be present in the A tag of the title for the spinner content to be visible.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: string returnsValue = $(".selector").wijtabs("option", "spinner"); // Set value var newValue; // Type: string $(".selector").wijtabs("option", "spinner", newValue); }); |
Javascript (Specification) | |
---|---|
|