dojo.currency.__ParseOptions
dojo.require("dojo.currency");
defined in dojo/currency.js
Usage
function ()
PropertiesBack to top
where places are implied by pattern or explicit 'places' parameter, whether to include the fractional portion. By default for currencies, it the fractional portion is optional.
Defined by dojo.number.__ParseOptions
override pattern with this string. Default is provided based on
number of decimal places to accept. Default is defined by currency.
override currency symbol. Normally, will be looked up in table of supported currencies, and ISO currency code will be used if not found. See dojo.i18n.cldr.nls->currency.js