Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
getValue Method
Gets main or secondary value as Object.
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function getValue(
: Number,
: Number
) : {Any}; |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfWebSlider.getValue(Number,Number); |
Parameters
- id
- The id of thumb or track. Value 0 means main thumb, 1 means secondary thumb.
- perc
- Internal use only. Application should use null or do not include that parameter.
Return Value
Value of thumb or track. That can be Number or Date object according to SliderValueType.
See Also