summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-FE/client/bower_components/jqTree/_entries/15_closedicon.md
blob: 668abbdb7d119bb9c16a914199485b34e428cab3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
title: closedIcon
name: options-closedicon
---

A character or symbol to display on closed nodes. The default is '►' (►)

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