wijmo.wizard.wijwizard Namespace > options type : 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.
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) | |
---|---|
|