Upgrade to ExtJS 3.0.0 - Released 07/06/2009
[extjs.git] / examples / organizer / organizer.js
index 11d328a..983ed88 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
 \r
     Ext.QuickTips.init();\r
@@ -63,7 +61,7 @@ Ext.onReady(function(){
     );\r
 \r
     // add an inline editor for the nodes\r
-    var ge = new Ext.tree.TreeEditor(tree, {\r
+    var ge = new Ext.tree.TreeEditor(tree, {/* fieldconfig here */ }, {\r
         allowBlank:false,\r
         blankText:'A name is required',\r
         selectOnFocus:true\r
@@ -211,4 +209,4 @@ function shortName(name){
         return name.substr(0, 12) + '...';\r
     }\r
     return name;\r
-};
\ No newline at end of file
+};\r