Wijmo UI for the Web
spinEnumPart Method
Syntax
Javascript (Usage) 
var instance = new wijmo.input.wijNumberTextProvider();
var value; // Type: any

// Parameters
var position; // Type:  number
var rh; // Type:  wijInputResult
var val; // Type:  number
var isIncrease; // Type:  bool

value = instance.spinEnumPart(position, rh, val, isIncrease);
Javascript (Specification) 
function spinEnumPart( 
   position : number,
   rh : wijInputResult,
   val : number,
   isIncrease : bool
) : any;

Parameters

position
rh
val
isIncrease
Browser Compatibility
7
5
5

See Also

Reference

wijNumberTextProvider type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.