Wijmo UI for the Web
values Method
wijmo.slider Namespace > JQueryUISlider type : values Method
the first value.
the second value.
This option can be used to specify multiple handles.
Syntax
var instance = new wijmo.slider.JQueryUISlider();
var value; // Type: any

// Parameters
var index; // Type:  undefined
var val; // Type:  undefined

value = instance.values(index, val);
function values( 
   index : undefined,
   val : undefined
) : any;

Parameters

index
the first value.
val
the second value.
Remarks
If the range option is set to true, the length of values should be 2.
See Also

Reference

JQueryUISlider type