Wijmo UI for the Web
values Method
the first value.
the second value.
This option can be used to specify multiple handles.
Syntax
Javascript (Usage) 
var instance = new jQuery.wijmo.wijslider();
var value; // Type: any

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

value = instance.values(index, val);
Javascript (Specification) 
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.
Browser Compatibility
7
5
5

See Also

Reference

wijslider type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.