dojox.validate.isInRange
dojo.require("dojox.validate._base");
defined in dojox/validate/_base.js
Validates whether a string denoting an integer, real number, or monetary value is between a max and min.
parameter | type | description |
---|---|---|
value | String | A string |
flags | Object | Optional. decimal The character used for the decimal point. Default is ".". fixes ticket #2908 |