number.__RegexpOptions

dojo/number.__RegexpOptions

Note: This is not a real constructor, but just a description of the type of object that should be passed as a parameter to some method(s), and/or the return value from some method(s). In other words, the type exists only for documentation purposes, and you cannot call new number.__RegexpOptions()

Properties

locale

Defined by: dojo/number

override the locale used to determine formatting rules

pattern

Defined by: dojo/number

override formatting pattern with this string. Default value is based on locale. Overriding this property will defeat localization.

places

Defined by: dojo/number

number of decimal places to accept: Infinity, a positive number, or a range "n,m". Defined by pattern or Infinity if pattern not provided.

strict

Defined by: dojo/number

strict parsing, false by default. Strict parsing requires input as produced by the format() method. Non-strict is more permissive, e.g. flexible on white space, omitting thousands separators

type

Defined by: dojo/number

choose a format type based on the locale from the following: decimal, scientific (not yet supported), percent, currency. decimal by default.

© 2005–2015 The Dojo Foundation
Licensed under the AFL 2.1 and BSD 3-Clause licenses.
http://dojotoolkit.org/api/1.10/dojo/number.__RegexpOptions.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部