Initial OpenECOMP Portal commit
[portal.git] / ecomp-portal-FE / client / bower_components / jqTree / static / examples / autoscroll.js
diff --git a/ecomp-portal-FE/client/bower_components/jqTree/static/examples/autoscroll.js b/ecomp-portal-FE/client/bower_components/jqTree/static/examples/autoscroll.js
new file mode 100644 (file)
index 0000000..936f956
--- /dev/null
@@ -0,0 +1,8 @@
+$(function() {
+    var $tree = $('#tree1');
+    $tree.tree({
+        data: ExampleData.example_data,
+        dragAndDrop: true,
+        autoOpen: true
+    });
+});