X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/d41dc04ad17d1d9125fb2cf72db2b4782dbe3a8c..c930e9176a5a85509c5b0230e2bff5c22a591432:/examples/form/adv-vtypes.js diff --git a/examples/form/adv-vtypes.js b/examples/form/adv-vtypes.js index c97eb0fb..0c6897e5 100644 --- a/examples/form/adv-vtypes.js +++ b/examples/form/adv-vtypes.js @@ -1,11 +1,9 @@ -/* - * Ext JS Library 2.2.1 - * Copyright(c) 2006-2009, Ext JS, LLC. - * licensing@extjs.com - * - * http://extjs.com/license - */ - +/*! + * Ext JS Library 3.0.0 + * Copyright(c) 2006-2009 Ext JS, LLC + * licensing@extjs.com + * http://www.extjs.com/license + */ // Add the additional 'advanced' VTypes Ext.apply(Ext.form.VTypes, { daterange : function(val, field) { @@ -44,6 +42,7 @@ Ext.apply(Ext.form.VTypes, { passwordText : 'Passwords do not match' }); + Ext.onReady(function(){ Ext.QuickTips.init();