dijit.form.ValidationTextBox.regExpGen
dojo.require("dijit.form.ValidationTextBox");
defined in dijit/form/ValidationTextBox.js
user replaceable function used to generate regExp when dependent on constraints Do not specify both regExp and regExpGen
Usage
function (/*dijit.form.ValidationTextBox.__Constraints*/ constraints) (view source)
parameter | type | description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
constraints | dijit.form.ValidationTextBox.__Constraints |
|