nexus site path corrected
[portal.git] / ecomp-portal-FE / client / bower_components / jqTree / _entries / 30_rtl.md
1 ---
2 title: rtl
3 name: options-rtl
4 ---
5
6 Set right-to-left support (true / false). Default is false.
7
8 {% highlight js %}
9 $('#tree1').tree({
10     rtl: true
11 });
12 {% endhighlight %}
13
14 You can also set the option using ``data-rtl``.
15
16 {% highlight html %}
17     <div id="tree1" data-url="/data" data-rtl></div>
18 {% endhighlight %}