Upgrade to ExtJS 3.0.0 - Released 07/06/2009
[extjs.git] / examples / form / custom.js
index 21c9c54..5e2f993 100644 (file)
@@ -1,11 +1,9 @@
-/*\r
- * Ext JS Library 2.2.1\r
- * Copyright(c) 2006-2009, Ext JS, LLC.\r
- * licensing@extjs.com\r
- * \r
- * http://extjs.com/license\r
- */\r
-\r
+/*!
+ * Ext JS Library 3.0.0
+ * Copyright(c) 2006-2009 Ext JS, LLC
+ * licensing@extjs.com
+ * http://www.extjs.com/license
+ */
 Ext.onReady(function(){\r
     var ds = new Ext.data.Store({\r
         proxy: new Ext.data.ScriptTagProxy({\r
 Ext.onReady(function(){\r
     var ds = new Ext.data.Store({\r
         proxy: new Ext.data.ScriptTagProxy({\r
@@ -51,7 +49,7 @@ Ext.onReady(function(){
 \r
         tbar: [\r
             'Search: ', ' ',\r
 \r
         tbar: [\r
             'Search: ', ' ',\r
-            new Ext.app.SearchField({\r
+            new Ext.ux.form.SearchField({\r
                 store: ds,\r
                 width:320\r
             })\r
                 store: ds,\r
                 width:320\r
             })\r