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

// Parameters
var maxValue; // Type:  any
var chkAndRepair; // Type:  any

value = instance.checkMaxValue(maxValue, chkAndRepair);
Javascript (Specification) 
function checkMaxValue( 
   maxValue : any,
   chkAndRepair : any
) : bool;

Parameters

maxValue
chkAndRepair
Browser Compatibility
7
5
5

See Also

Reference

wijNumberFormat type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.