X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/d41dc04ad17d1d9125fb2cf72db2b4782dbe3a8c..2e847cf21b8ab9d15fa167b315ca5b2fa92638fc:/examples/organizer/organizer.js diff --git a/examples/organizer/organizer.js b/examples/organizer/organizer.js index 11d328a2..aea90a70 100644 --- a/examples/organizer/organizer.js +++ b/examples/organizer/organizer.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.1.1 + * Copyright(c) 2006-2010 Ext JS, LLC + * licensing@extjs.com + * http://www.extjs.com/license + */ Ext.onReady(function(){ Ext.QuickTips.init(); @@ -63,7 +61,7 @@ Ext.onReady(function(){ ); // add an inline editor for the nodes - var ge = new Ext.tree.TreeEditor(tree, { + var ge = new Ext.tree.TreeEditor(tree, {/* fieldconfig here */ }, { allowBlank:false, blankText:'A name is required', selectOnFocus:true @@ -211,4 +209,4 @@ function shortName(name){ return name.substr(0, 12) + '...'; } return name; -}; \ No newline at end of file +};