Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
setValueAsDouble Method
Sets value of main or secondary thumb from float point number.
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function setValueAsDouble(
: Number,
: Number
) : (Any); |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfWebSlider.setValueAsDouble(Number,Number); |
Parameters
- val
- New value in range from get_minValueAsDouble() to get_maxValueAsDouble(). In case of Date the milliseconds should be used.
- id
- The id of thumb or track. 0 means main thumb, 1 means secondary thumb.
See Also