nexus site path corrected
[portal.git] / ecomp-portal-FE / client / bower_components / jqTree / _entries / 57_setoption.md
1 ---
2 title: setOption
3 name: functions-setoption
4 ---
5
6 **function setOption(option, value);**
7
8 Set a tree option. These are the same options that you can set when creating the tree.
9
10 {% highlight js %}
11 $('#tree1').tree('setOption', 'keyboardSupport', false);
12 {% endhighlight %}