Wijmo UI for the Web
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.

Syntax
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) 
var spinner : string;
Browser Compatibility
7
5
5

See Also

Reference

options type
wijtabs jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.