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

// Parameters
var minValue; // Type:  any
var chkAndRepair; // Type:  bool
var chkIsLessOrEqMin; // Type:  any

value = instance.checkMinValue(minValue, chkAndRepair, chkIsLessOrEqMin);
Javascript (Specification) 
function checkMinValue( 
   minValue : any,
   chkAndRepair : bool,
   chkIsLessOrEqMin : any
) : bool;

Parameters

minValue
chkAndRepair
chkIsLessOrEqMin
Browser Compatibility
7
5
5

See Also

Reference

wijNumberFormat type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.