--- title: Button on right layout: page js: examples/button-on-right.js css: example.css ---

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 %}