Version

spin Method

Triggers spin event.
Syntax
ASP.NET Ajax Javascript (Specification) 
function spin( 
   val : Number
) : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfWebTextEditor.spin(Number);

Parameters

val
Value which is used to increment value in control. It can be positive or negative.
See Also