nexus site path corrected
[portal.git] / ecomp-portal-FE / client / bower_components / jqTree / _entries / 15_closedicon.md
1 ---
2 title: closedIcon
3 name: options-closedicon
4 ---
5
6 A character or symbol to display on closed nodes. The default is '►' (►)
7
8 {% highlight js %}
9 $('#tree1').tree({
10     closedIcon: '+'
11 });
12 {% endhighlight %}