dojox.validate.isText
dojo.require("dojox.validate._base");
defined in dojox/validate/_base.js
Checks if a string has non whitespace characters. Parameters allow you to constrain the length.
parameter | type | description |
---|---|---|
value | String | A string |
flags | Object | Optional. maxlength If set, checks if there are at most flags.maxlength number of characters. |