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

// Parameters
var val; // Type:  any
var nullValue; // Type:  bool

value = instance.spinUp(val, nullValue);
Javascript (Specification) 
function spinUp( 
   val : any,
   nullValue : bool
) : any;

Parameters

val
nullValue
Browser Compatibility
7
5
5

See Also

Reference

wijNumberFormat type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.