X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/ee06f37b0f6f6d94cd05a6ffae556660f7c4a2bc..c930e9176a5a85509c5b0230e2bff5c22a591432:/examples/organizer/organizer.js diff --git a/examples/organizer/organizer.js b/examples/organizer/organizer.js index 11d328a2..983ed882 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.0.0 + * Copyright(c) 2006-2009 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 +};