[PORTAL-7] Rebase
[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
deleted file mode 100644 (file)
index 18dd4d3..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
----
-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 %}