summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-FE/client/bower_components/jqTree/_entries/14_buttonleft.md
blob: c5186c2daa27b3a4da4b7041cd642bdf7810273b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
title: buttonLeft
name: options-buttonleft
---

Set the position of the toggle button; can be `true` (left) or `false` (right). The default is `true`.

{% highlight js %}
$('#tree1').tree({
    buttonLeft: false
});
{% endhighlight %}