Skip to main content

Bug Tracker

Side navigation

Ticket #3844: format_validation.patch


File format_validation.patch, 0.2 KB (added by ernesto.jimenez, January 14, 2009 11:27AM UTC)

Format validation patch

245a246
> 		format: "Please enter a valid value",
977a979,982
> 
> 		format: function(value, element, param) {
> 		  return this.optional(element) || param.test(value);
> 		},

Download in other formats:

Original Format