$.Model.validateRangeOf(attrNames, low, hi, options) -> undefined
{Array|String}
Attribute name(s) to to validate
{Number}
Minimum value (inclusive)
{Number}
Maximum value (inclusive)
{Object}
(optional) Options for the validations. Valid options include 'message' and 'testIf'.
{undefined}
Validates that the specified attributes are in the given numeric range. See [validation] for more on validations.