Welcome, Registration, and other StartingPoints; TWiki history & Wiki style; All the docs...
View   r1
FlexWebListNavi 1 - 03 Jan 2008 - Main.TWikiAdminGroup
Line: 1 to 1
Added:
>
>

FlexWebListNavi

The fragment below can be used in a sidebar navigation to establish a "twisted" subweb navigation. Use it by adding %INCLUDE{"TWiki.FlexWebListNavi"}% to your WebLeftBar or TWikiWebSideBar.

If you want to hide the web navigation from TWikiGuests then uncomment the following:

%STARTINCLUDE%%TWISTY{
  prefix="<h2 >"
  suffix="</h2>"
  remember="on" 
  firststart="show"
  link="Webs "
  buttonmode="span"
  mode="div"
  showimg="%ICONURLPATH{"toggleclose-mini"}%"
  hideimg="%ICONURLPATH{"toggleopen-mini"}%"
}%
%~~ FLEXWEBLIST{
~~~   webs="%MAINWEB%,User,People,public,%TWIKIWEB%" 
~~~   exclude="(TestCases|Trash).*" 
~~~   adminwebs="Applications.*"
~~~   header="<ul>"
~~~   format="<li
~~~       $percntIFDEFINED{\"%BASEWEB%\" as=\"$web\"
~~~         then=\" class='natCurrentWeb'\"
~~~       }$percnt>
~~~     <a href=\"%SCRIPTURLPATH{"view"}%/$web/%HOMETOPIC%\"
~~~           $percntIFDEFINED{\"%BASEWEB%\" as=\"$web\"
~~~             then=\" class='twikiCurrentTopicLink'\"
~~~           }$percnt>$name</a>
~~~     $percntIFDEFINEDTHEN{\"$nrsubwebs \" as=\"0 \" glue=\"off\"}$percnt
~~~     $percntELSEDEFINED$percnt
~~~       $percntTWISTYBUTTON{
~~~         id=\"subweb_$web\"
~~~         remember=\"on\"
~~~         buttonmode=\"span\"
~~~         showimg=\"$percntICONURLPATH{\"toggleclose-mini\"}$percnt\"
~~~         hideimg=\"$percntICONURLPATH{\"toggleopen-mini\"}$percnt\"
~~~         link=\"\"
~~~       }$percnt
~~~     $percntFIDEFINED$percnt"
~~~   footer="</li></ul>"
~~~   separator="</li>"
~~~   subheader="$percntTWISTYTOGGLE{id=\"subweb_$web\" mode=\"div\"}$percnt<ul class=\"natSubWebs\">"
~~~   subfooter="</li></ul>$percntENDTWISTYTOGGLE$percnt"
~~~ }%
%ENDTWISTY%%STOPINCLUDE%

Revision 1r1 - 03 Jan 2008 - 18:46:13 - TWikiAdminGroup
This site is powered by the TWiki collaboration platform.
All material on this collaboration platform is the property of the contributing authors.
All material marked as authored by Eben Moglen is available under the license terms CC-BY-SA version 4.
Syndicate this site RSSATOM