/** * @class Ext.data.validator.Phone * @extend Ext.data.validator.Format * @alias data.validator.phone * Validates that the value is a valid phone. */ /** * @cfg {String} message * The error message to return when the value is not a valid phone * @accessor */ /** * @cfg {RegExp} matcher * A matcher to check for simple phones. This may be overridden. * @accessor */