summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-FE/client/bower_components/jqTree/_entries/28_openedicon.md
blob: f3e8c7a9d2673a529fd9b9e3983276f0cf62bfe7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
title: openedIcon
name: options-openedicon
---

A character or symbol to display on opened nodes. The default is '▼' (▼)

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