---
title: Button on right
js: examples/button-on-right.js
---
« Example 11
Example 13 »
Example 12 - button on right
You can put the toggle button on the right by setting the buttonLeft option to false.
javascript
{% highlight js %}
$('#tree1').tree({
buttonLeft: false,
autoOpen: 0
});
{% endhighlight %}