Version

setValueAsPercent Method

Sets value of main or secondary thumb using percentage.
Syntax
ASP.NET Ajax Javascript (Specification) 
function setValueAsPercent( 
   val : Number,
   id : Number,
   fix : 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