Initial OpenECOMP Portal commit
[portal.git] / ecomp-portal-FE / client / bower_components / jqTree / _entries / 32_selectable.md
diff --git a/ecomp-portal-FE/client/bower_components/jqTree/_entries/32_selectable.md b/ecomp-portal-FE/client/bower_components/jqTree/_entries/32_selectable.md
new file mode 100644 (file)
index 0000000..18dd4d3
--- /dev/null
@@ -0,0 +1,18 @@
+---
+title: selectable
+name: options-selectable
+---
+
+Turn on selection of nodes.
+
+* **true (default)**: turn on selection of nodes
+* **false**: turn off selection of nodes
+
+Example: turn off selection of nodes.
+
+{% highlight js %}
+$('#tree1').tree({
+    data: data,
+    selectable: false
+});
+{% endhighlight %}