Initial OpenECOMP Portal commit
[portal.git] / ecomp-portal-FE / client / bower_components / jqTree / _entries / 14_buttonleft.md
diff --git a/ecomp-portal-FE/client/bower_components/jqTree/_entries/14_buttonleft.md b/ecomp-portal-FE/client/bower_components/jqTree/_entries/14_buttonleft.md
new file mode 100644 (file)
index 0000000..c5186c2
--- /dev/null
@@ -0,0 +1,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 %}