Wijmo UI for the Web
value Method
the specified value.
Determines the value of the slider, if there's only one handle.
Syntax
Javascript (Usage) 
var instance = new jQuery.wijmo.wijslider();
var value; // Type: any

// Parameters
var val; // Type:  undefined

value = instance.value(val);
Javascript (Specification) 
function value( 
   val : undefined
) : any;

Parameters

val
the specified value.
Remarks
If there is more than one handle, determines the value of the first handle.
Browser Compatibility
7
5
5

See Also

Reference

wijslider type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.