wijmo.input Namespace > wijNumberFormat type : checkMaxValue Method |
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; |