summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-FE/client/bower_components/jqTree/_entries/14_buttonleft.md
diff options
context:
space:
mode:
Diffstat (limited to 'ecomp-portal-FE/client/bower_components/jqTree/_entries/14_buttonleft.md')
-rw-r--r--ecomp-portal-FE/client/bower_components/jqTree/_entries/14_buttonleft.md12
1 files changed, 0 insertions, 12 deletions
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
deleted file mode 100644
index c5186c2d..00000000
--- a/ecomp-portal-FE/client/bower_components/jqTree/_entries/14_buttonleft.md
+++ /dev/null
@@ -1,12 +0,0 @@
----
-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 %}