/** * @class Ext.data.validator.Inclusion * @extend Ext.data.validator.List * @alias data.validator.inclusion * * Validates that the value exists in a {@link #list} of values. */ /** * @cfg {String} [message="Is not in the list of acceptable values"] * The error message to return when the passed value does not exist * in the specified {@link #list}. */