summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-FE/client/bower_components/jqTree/_entries/30_rtl.md
blob: f9b20df1954abbd51a171a2dcc93d5d6beb6ebea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
title: rtl
name: options-rtl
---

Set right-to-left support (true / false). Default is false.

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

You can also set the option using ``data-rtl``.

{% highlight html %}
    <div id="tree1" data-url="/data" data-rtl></div>
{% endhighlight %}