X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775:/docs/source/reorder.html diff --git a/docs/source/reorder.html b/docs/source/reorder.html deleted file mode 100644 index cde2c4ec..00000000 --- a/docs/source/reorder.html +++ /dev/null @@ -1,35 +0,0 @@ - - - The source code - - - - -
Ext.onReady(function(){
-    // shorthand
-    var Tree = Ext.tree;
-
-    var tree = new Tree.TreePanel({
-        useArrows: true,
-        autoScroll: true,
-        animate: true,
-        enableDD: true,
-        containerScroll: true,
-        border: false,
-        // auto create TreeLoader
-        dataUrl: 'get-nodes.php',
-
-        root: {
-            nodeType: 'async',
-            text: 'Ext JS',
-            draggable: false,
-            id: 'src'
-        }
-    });
-
-    // render the tree
-    tree.render('tree-div');
-    tree.getRootNode().expand();
-});
- - \ No newline at end of file