/** * @class Ext.data.validator.Url * @extend Ext.data.validator.Format * @alias data.validator.url * * Validates that the value is a proper URL. */ /** * @cfg {String} [message="Is not a valid URL"] * The error message to return when the value is not a valid URL * @accessor */ /** * @cfg {RegExp} [matcher="/^(http:\/\/|https:\/\/|ftp:\/\/|\/\/)([-a-zA-Z0-9@:%_\+.~#?&//=])+$/"] * A matcher to check for simple Urls. This may be overridden. * @accessor */