Initial OpenECOMP Portal commit
[portal.git] / ecomp-portal-FE / client / bower_components / jqTree / _entries / 19_draganddrop.md
diff --git a/ecomp-portal-FE/client/bower_components/jqTree/_entries/19_draganddrop.md b/ecomp-portal-FE/client/bower_components/jqTree/_entries/19_draganddrop.md
new file mode 100644 (file)
index 0000000..01d80c1
--- /dev/null
@@ -0,0 +1,18 @@
+---
+title: dragAndDrop
+name: options-draganddrop
+---
+
+Turn on dragging and dropping of nodes.
+
+* **true**: turn on drag and drop
+* **false (default)**: do not allow drag and drop
+
+Example: turn on drag and drop.
+
+{% highlight js %}
+$('#tree1').tree({
+    data: data,
+    dragAndDrop: true
+});
+{% endhighlight %}