Ext.apply(Ext.form.VTypes,{thEmail:function(){var a=/^([\w]+)(\-|\.|\w)*@([\w\-]+\.){1,5}([A-Za-z]){2,4}$/;return function(b){return a.test(b)}}(),thEmailText:'This field should be an e-mail address in the format "user@domain.com"',thEmailMask:/[\w\.\-@]/,thPhoneCountryCode:function(){var a=/^([\+])?(\d){1,5}$/;return function(b){return a.test(b)}}(),thPhoneCountryCodeText:'This field should be a country code in the format "+12345"',thPhoneCountryCodeMask:/[\+\d]/,thPhoneNumberFormat:function(){var a=/^[ \+\-\(\)#]+$/;return function(b){return a.test(b)}}(),thPhoneNumberFormatText:'This field could contain characters: " " (space), "+", "-", "(", ")" and "#"',thPhoneNumberFormatMask:/[ \+\-\(\)#]/,thCmyk:function(){var a=/^C:\d{1,3}\sM:\d{1,3}\sY:\d{1,3}\sK:\d{1,3}$/;return function(b){return a.test(b)}}(),thCmykText:'This field should be an CMYK color in the format "C:0-100% M:0-100% Y:0-100% K:0-100%"'});