You are here:
Foswiki
>
System Web
>
FlexWebListPlugin
>
FlexWebListExamples
E
dit
A
ttach
Tags:
create new tag
,
view all tags
---+!! %TOPIC% These are some simple examples to show how to use the basic features of the FlexWebListPlugin. Please create some subwebs in the Sandbox web for a better illustration of the examples below. %TOC% ---++ No params <verbatim> %FLEXWEBLIST% </verbatim> %FLEXWEBLIST% ---++ Influencing order <verbatim> %FLEXWEBLIST{webs="%USERSWEB%,public,%SYSTEMWEB%"}% </verbatim> %FLEXWEBLIST{webs="%USERSWEB%,public,%SYSTEMWEB%"}% ---++ Controlling subwebs ---+++ No subwebs <verbatim> %FLEXWEBLIST{subwebs="none"}% </verbatim> %FLEXWEBLIST{subwebs="none"}% ---+++ Only subwebs <verbatim> %FLEXWEBLIST{subwebs="only"}% </verbatim> %FLEXWEBLIST{subwebs="only"}% ---+++ Subwebs of "Sandbox" <verbatim> %FLEXWEBLIST{subwebs="Sandbox"}% </verbatim> %FLEXWEBLIST{subwebs="Sandbox"}% ---++ Using include and exclude ---+++ Exclude <nop>TestCases and Trash webs <verbatim> %FLEXWEBLIST{exclude="(TestCases|Trash).*" subwebs="none"}% </verbatim> %FLEXWEBLIST{exclude="(TestCases|Trash).*" subwebs="none"}% ---+++ Include Sandbox web and all of its subwebs <verbatim> %FLEXWEBLIST{include="Sandbox(/\w+)?"}% </verbatim> %FLEXWEBLIST{include="Sandbox(/\w+)?"}% ---++ Creating lists ---+++ Simple nested list <verbatim> %FLEXWEBLIST{format="$indent * [[$web.%HOMETOPIC%][$name]]$n"}% </verbatim> %FLEXWEBLIST{format="$indent * [[$web.%HOMETOPIC%][$name]]$n"}% ---+++ Nested list using HTML <verbatim> %FLEXWEBLIST{ header="<ul>" format="<li>[[$web.%HOMETOPIC%][$name]]" separator="</li>" footer="</li></ul>" }% </verbatim> %FLEXWEBLIST{header="<ul>" format="<li>[[$web.%HOMETOPIC%][$name]]" separator="</li>" footer="</li></ul>"}% ---+++ Nested calls to FLEXWEBLIST <verbatim> %FLEXWEBLIST{ exclude="(TestCases|Trash).*" subwebs="none" selection="Applications" format="$indent * [[$web.%HOMETOPIC%][$name]]$n" markerformat="$percntFLEXWEBLIST{ include=\"^$web.*\" format=\"$dollarindent * [[$dollarweb.%HOMETOPIC%][$dollarname]]$dollarn\" }$percnt" }% </verbatim> %FLEXWEBLIST{ exclude="(TestCases|Trash).*" subwebs="none" selection="Applications" format="$indent * [[$web.%HOMETOPIC%][$name]]$n" markerformat="$percntFLEXWEBLIST{ include=\"^$web.*\" format=\"$dollarindent * [[$dollarweb.%HOMETOPIC%][$dollarname]]$dollarn\" }$percnt" }% ---+++ Twisty weblist needs the Foswiki:Extensions/TwistyPlugin <verbatim> %FLEXWEBLIST{ header="<ul><li>" format=" $percntTWISTY{ link=\"$name $percntIF{\"$nrsubwebs > 0\" then=\"($nrsubwebs)\"}$percnt\" }$percnt" separator="$percntENDTWISTY$percnt</li><li>" footer="</li></ul>" }% </verbatim> %FLEXWEBLIST{ header="<ul><li>" format=" $percntTWISTY{ link=\"$name $percntIF{\"$nrsubwebs > 0\" then=\"($nrsubwebs)\"}$percnt\" }$percnt" separator="$percntENDTWISTY$percnt</li><li>" footer="</li></ul>" }% ---++ Sitemap %FLEXWEBLIST{ webs="%USERSWEB%,public,%SYSTEMWEB%" header="<div class=\"header\">" format="<div class=\"web\"> [[$web.%HOMETOPIC%][$name]] $percntVAR{\"WEBSUMMARY\" web=\"$web\"}$percnt </div>" footer="</div>" }% <style type="text/css"> .web, .header { margin:5px 50px; padding:5px; border:1px solid #f3a; } .web { margin:5px; } .header a:visited, .header a:hover, .header a { font-weight:bold; } </style> ---++ Mapping names <verbatim> %FLEXWEBLIST{ map="TestCases=Tests,%SYSTEMWEB%=Documentation,%USERSWEB%=Users" format="$indent * [[$web.%HOMETOPIC%][$name]]$n" }% </verbatim> %FLEXWEBLIST{ map="TestCases=Tests,%SYSTEMWEB%=Documentation,%USERSWEB%=Users" format="$indent * [[$web.%HOMETOPIC%][$name]]$n" }% ---++ Marking a selection ---+++ Using marker <verbatim> %FLEXWEBLIST{ exclude="(TestCases|Trash).*" format="$indent * <span class=\"$marker\"> $web </span>$n" marker="foswikiAlert" selection="%BASEWEB%" }% </verbatim> %FLEXWEBLIST{ exclude="(TestCases|Trash).*" format="$indent * <span class=\"$marker\"> $web </span>$n" marker="foswikiAlert" selection="%BASEWEB%" }% ---+++ Using markerformat <verbatim> %FLEXWEBLIST{ exclude="(TestCases|Trash).*" format="$indent * [[$web.%HOMETOPIC%][$name]]$n" markerformat="$indent * [[$web.%HOMETOPIC%][<span class=\"foswikiAlert\">$name</span>]]$n" selection="%BASEWEB%" }% </verbatim> %FLEXWEBLIST{ exclude="(TestCases|Trash).*" format="$indent * [[$web.%HOMETOPIC%][$name]]$n" markerformat="$indent * [[$web.%HOMETOPIC%][<span class=\"foswikiAlert\">$name</span>]]$n" selection="%BASEWEB%" }%
E
dit
|
A
ttach
|
P
rint version
|
H
istory
: r3
<
r2
<
r1
|
B
acklinks
|
V
iew topic
|
Edit
w
iki text
|
M
ore topic actions
Topic revision: r3 - 30 Oct 2013,
AdminUser
System
Log In
or
Register
Toolbox
Users
Groups
Index
Search
Changes
Notifications
RSS Feed
Statistics
Preferences
User Reference
BeginnersStartHere
TextFormattingRules
Macros
FormattedSearch
QuerySearch
DocumentGraphics
SkinBrowser
InstalledPlugins
Admin Maintenance
Reference Manual
AdminToolsCategory
InterWikis
ManagingWebs
SiteTools
DefaultPreferences
WebPreferences
Categories
Admin Documentation
Admin Tools
Developer Doc
User Documentation
User Tools
Webs
Applications
ClassificationApp
Extensions
Main
System
Copyright © by the contributing authors. All material on this site is the property of the contributing authors.
Ideas, requests, problems regarding Foswiki?
Send feedback