X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/ee06f37b0f6f6d94cd05a6ffae556660f7c4a2bc..c930e9176a5a85509c5b0230e2bff5c22a591432:/examples/form/custom.js diff --git a/examples/form/custom.js b/examples/form/custom.js index 21c9c54b..5e2f993c 100644 --- a/examples/form/custom.js +++ b/examples/form/custom.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 + */ Ext.onReady(function(){ var ds = new Ext.data.Store({ proxy: new Ext.data.ScriptTagProxy({ @@ -51,7 +49,7 @@ Ext.onReady(function(){ tbar: [ 'Search: ', ' ', - new Ext.app.SearchField({ + new Ext.ux.form.SearchField({ store: ds, width:320 })