Wijmo UI for the Web
spinner Option

Default value: ""

The HTML content of this string is shown in a panel while remote content is loading. Pass the option in empty string to deactivate that behavior.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijwizard("option", "spinner");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijwizard("option", "spinner", newValue);
        
});
Javascript (Specification) 
var spinner : string;
Browser Compatibility
7
5
5

See Also

Reference

options type
wijwizard jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.