Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
setValueAsPercent Method
Sets value of main or secondary thumb using percentage.
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function setValueAsPercent(
: Number,
: Number,
: Boolean
) : (Any); |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfWebSlider.setValueAsPercent(Number,Number,Boolean); |
Parameters
- val
- New value as percent in range from 0 to 100.
- id
- The id of thumb or track. 0 means main thumb, 1 means secondary thumb.
- fix
- Internal use only. Application should use false, or null or do not include that parameter.
See Also