/** * @class Ext.data.validator.Currency * @extend Ext.data.validator.Number * @alias data.validator.currency * Validates that the value is a valid U.S. currency value. * */ /** * @cfg {Boolean} symbolAtEnd * `true` to show the currency symbol after the number. * Defaults to {Ext.util.Format#currencyAtEnd}. * @accessor */ /** * @cfg {String} spacer * The spacer to show between the number and the currency symbol. * Defaults to {Ext.util.Format#currencySpacer}. * @accessor */ /** * @cfg {String} symbol * The symbol used to denote currency. * Defaults to {Ext.util.Format#currencySign}. * @accessor */ /** * @cfg {String} [message="Is not a valid currency amount"] * The error message to return when the value is not a valid currency amount. * @locale */