%META:TOPICINFO{author="TWikiContributor" date="1280128775" format="1.1" version="$Rev$"}%
---+!! Flex Web-List Tree

The fragment below can be used in a sidebar navigation to establish a folder-like subweb navigation. This uses the jqTreeview widget of the TWiki:Plugins.JQueryPlugin.

Use it by adding =%<nop>INCLUDE{"%WEB%.%TOPIC%"}%= to your WebLeftBar.

If you want to hide the web navigation from <nop>TWikiGuests then uncomment the following:
   * #Set DENYTOPICVIEW = %USERSWEB%.TWikiGuest

<verbatim>
%STARTINCLUDE%<!-- flexweblist tree -->
%TWISTY{
  prefix="<h2 >"
  link="Webs "
  suffix="</h2>"
  showimg="%ICONURLPATH{"plus"}%"
  hideimg="%ICONURLPATH{"minus"}%"
  remember="on"
}%
<div class="jqTreeview closed unique">
%FLEXWEBLIST{
 webs="%USERSWEB%,User,People,public,%SYSTEMWEB%" 
 exclude="^(TestCases|Trash).*" 
 adminwebs="Applications.*"
 header="<ul>"
 format="<li>$percntWEBLINK{\"$web\"}$percnt"
 separator="</li>"
 footer="</li></ul>"
 subheader="<ul class=\"natSubWebs\">"
}%
</div>
%ENDTWISTY%
%STOPINCLUDE%
</verbatim>

__Related Topics:__ FlexWebListExamples, FlexWebListNavi, FlexWebListPlugin
