Initial OpenECOMP Portal commit
[portal.git] / ecomp-portal-FE / client / bower_components / jqTree / static / examples / button-on-right.js
diff --git a/ecomp-portal-FE/client/bower_components/jqTree/static/examples/button-on-right.js b/ecomp-portal-FE/client/bower_components/jqTree/static/examples/button-on-right.js
new file mode 100644 (file)
index 0000000..30d6551
--- /dev/null
@@ -0,0 +1,15 @@
+$.mockjax({
+    url: '*',
+    response: function(options) {
+        this.responseText = ExampleData.example_data;
+    },
+    responseTime: 0
+});
+
+$(function() {
+    $('#tree1').tree({
+        buttonLeft: false,
+        autoOpen: 0,
+        slide: true
+    });
+});