/*!
- * Ext JS Library 3.0.0
+ * Ext JS Library 3.1.0
* Copyright(c) 2006-2009 Ext JS, LLC
* licensing@extjs.com
* http://www.extjs.com/license
enableDD:true,\r
containerScroll: true,\r
border: false,\r
+ width: 250,\r
+ height: 300,\r
dropConfig: {appendOnly:true}\r
});\r
\r
\r
//-------------------------------------------------------------\r
\r
- // YUI tree \r
+ // ExtJS tree \r
var tree2 = new Tree.TreePanel({\r
animate:true,\r
autoScroll:true,\r
//rootVisible: false,\r
loader: new Ext.tree.TreeLoader({\r
dataUrl:'get-nodes.php',\r
- baseParams: {lib:'yui'} // custom http params\r
+ baseParams: {path:'extjs'} // custom http params\r
}),\r
containerScroll: true,\r
border: false,\r
+ width: 250,\r
+ height: 300,\r
enableDD:true,\r
dropConfig: {appendOnly:true}\r
});\r
\r
// add the root node\r
var root2 = new Tree.AsyncTreeNode({\r
- text: 'My Files', \r
+ text: 'Extensions', \r
draggable:false, \r
- id:'yui'\r
+ id:'ux'\r
});\r
tree2.setRootNode(root2);\r
tree2.render('tree2');\r