Initial OpenECOMP Portal commit
[portal.git] / ecomp-portal-FE / client / bower_components / jqTree / _entries / 15_closedicon.md
diff --git a/ecomp-portal-FE/client/bower_components/jqTree/_entries/15_closedicon.md b/ecomp-portal-FE/client/bower_components/jqTree/_entries/15_closedicon.md
new file mode 100644 (file)
index 0000000..668abbd
--- /dev/null
@@ -0,0 +1,12 @@
+---
+title: closedIcon
+name: options-closedicon
+---
+
+A character or symbol to display on closed nodes. The default is '►' (►)
+
+{% highlight js %}
+$('#tree1').tree({
+    closedIcon: '+'
+});
+{% endhighlight %}