nexus site path corrected
[portal.git] / ecomp-portal-FE / client / bower_components / jqTree / _entries / 32_selectable.md
1 ---
2 title: selectable
3 name: options-selectable
4 ---
5
6 Turn on selection of nodes.
7
8 * **true (default)**: turn on selection of nodes
9 * **false**: turn off selection of nodes
10
11 Example: turn off selection of nodes.
12
13 {% highlight js %}
14 $('#tree1').tree({
15     data: data,
16     selectable: false
17 });
18 {% endhighlight %}