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