diff --git a/_includes/js/tree.html b/_includes/js/tree.html index ac1e24c2a..56906a998 100644 --- a/_includes/js/tree.html +++ b/_includes/js/tree.html @@ -252,15 +252,17 @@

Examples

Tree provides a categorical element selection. Use it to create a file system interface. Wrap the wrapper tree containers with .fuelux .tree

- -

Please note the location of .glyphicon-play inside .tree-branch-name.

+ +

Please note the location of .glyphicon-play outside .tree-branch-name. The control + allows folders to be selected by default unless the folderSelect option is set to false, + which then requires slightly different markup ("Items selectable only," shown further below)

-
+ {% highlight html %} - -{% endhighlight %} - + + + {% endhighlight %}