X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775:/docs/source/direct-tree.html diff --git a/docs/source/direct-tree.html b/docs/source/direct-tree.html deleted file mode 100644 index 712c77f8..00000000 --- a/docs/source/direct-tree.html +++ /dev/null @@ -1,33 +0,0 @@ - - - The source code - - - - -
Ext.onReady(function(){
-    Ext.Direct.addProvider(Ext.app.REMOTING_API);
-
-    var tree = new Ext.tree.TreePanel({
-        width: 400,
-        height: 400,
-        autoScroll: true,
-        renderTo: document.body,
-        root: {
-            id: 'root',
-            text: 'Root'
-        },
-        loader: new Ext.tree.TreeLoader({
-            directFn: TestAction.getTree
-        }),
-        fbar: [{
-            text: 'Reload root',
-            handler: function(){
-                tree.getRootNode().reload();
-            }
-        }]
-    });
-});
-
- - \ No newline at end of file