Functiondojox.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.

Usage

function (/*String*/ value, /*Object?*/ flags) (view source)
parametertypedescription
valueStringA string
flagsObjectOptional. decimal The character used for the decimal point. Default is ".". fixes ticket #2908