From a6823c0040a072479dae5ea60adc536237900b6c Mon Sep 17 00:00:00 2001 From: kevinparkerson Date: Mon, 28 Sep 2015 16:26:07 -0400 Subject: [PATCH] fixes #1336 by rearranging tree documentation order and providing additional explanation of markup --- _includes/js/tree.html | 65 ++++++++++++++++++++++-------------------- 1 file changed, 34 insertions(+), 31 deletions(-) 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 %}