dijit.form.NumberTextBox.__Constraints
dojo.require("dijit.form.NumberTextBox");
defined in dijit/form/NumberTextBox.js
Usage
function ()
PropertiesBack to top
object with currency information
override the locale used to determine formatting rules
override pattern with this string. Default is provided based on
Defined by dojo.number.__FormatOptions
fixed number of decimal places to show. This overrides any information in the provided pattern.
Defined by dojo.number.__FormatOptions
5 rounds to nearest .5; 0 rounds to nearest whole (default). -1 means don't round.
choose a format type based on the locale from the following: decimal, scientific, percent, currency. decimal by default.