draws the '+'/'-' (state) icons for collapsed/expanded states of nodes
| obj |
| string | the HTML string |
webix.ui({
view:"tree",
template:"{common.icon()} {common.folder()} #value#"
});
If a tree features no template, state icon (common.icon()) and folder icons (common.folder()) are drawn for it.
If you set only a state icon for a tree, folder icons won't be drawn.