nexus site path corrected
[portal.git] / ecomp-portal-FE / client / bower_components / jqTree / _entries / 14_buttonleft.md
1 ---
2 title: buttonLeft
3 name: options-buttonleft
4 ---
5
6 Set the position of the toggle button; can be `true` (left) or `false` (right). The default is `true`.
7
8 {% highlight js %}
9 $('#tree1').tree({
10     buttonLeft: false
11 });
12 {% endhighlight %}