wijmo.slider.wijslider Namespace > options type : cancel Option |
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: string returnsValue = $(".selector").wijslider("option", "cancel"); // Set value var newValue; // Type: string $(".selector").wijslider("option", "cancel", newValue); }); |
Javascript (Specification) | |
---|---|
|