CGI %RENDERLIST{ <parameters> }% before any bullet list CGI %TOC%, or the result of a FormattedSearch
CGI "name" orCGI theme="name" | Select a rendering theme |
CGI focus="any text" | Focus list on a bullet with specified text |
CGI depth="2" | Remove bullets with an indent greater then the depth. The depth is relative to the highlighted bullet in case CGI focus is specified |
CGI <name>_THEME Plugin settings CGI Set <name>_THEME = tree, <0/1 flag to suppress/show lines of first level>
CGI Set <name>_THEME = icon, <0/1 flag to suppress/show lines of first level>, <icon width>, <icon height>, <spacer graph>, <T-line graph>, <I-line graph>, <L-line graph>, <icon image>
CGI [[][]] links on bullet where text is found
CGI CGI * bullets
CGI Like this
CGI Align continuation lines with leading spaces like this
CGI myicon.gif, or
CGI globe.gif,
CGI home.gif,
CGI virtualhome.gif,
CGI group.gif,
CGI persons.gif,
CGI virtualpersons.gif,
CGI person.gif,
CGI virtualperson.gif,
CGI email.gif,
CGI trend.gif,
CGI folder.gif,
CGI folders.gif,
CGI file.gif,
CGI files.gif,
CGI doc.gif,
CGI image.gif,
CGI pdf.gif,
CGI ppt.gif,
CGI sound.gif,
CGI xls.gif,
CGI zip.gif,
CGI see.gif
CGI icon:myicon Followed by normal bullet text
CGI %ICON{name}% Followed by normal bullet text
| You type: | You get: (simulated) | You get: (if installed) | ||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
%RENDERLIST{"thread"}%
* one
* one.a
* one.a.x
* one.b
* one.b.x
continue
* one.b.y
* icon:person Tim
* icon:person Mico
* two
* three
|
|
%RENDERLIST{"thread"}%
| ||||||||||||||||||||||||||||||||||||||||
%RENDERLIST{"org"}%
* one
* one.a
* one.a.x
* one.b
* one.b.x
continue
* one.b.y
* icon:person Tim
* icon:person Mico
* two
* three
|
|
%RENDERLIST{"org"}%
| ||||||||||||||||||||||||||||||||||||||||
%RENDERLIST{ "org" focus="one.b" }%
* one
* one.a
* one.a.x
* one.b
* one.b.x
continue
* one.b.y
* icon:person Tim
* icon:person Mico
* two
* three
|
|
%RENDERLIST{ "org" focus="one.b" }%
|
CGI CGI %<plugin>_<setting>%, i.e. CGI CGI %RENDERPLUGIN_SHORTDESCRIPTION%
CGI data/debug.txt) CGI <SOMETHING>_THEME and contain a comma delimited list of render type with parameters:
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
CGI CGI RenderListPlugin.zip in your twiki installation directory. Content: | File: | Description: |
|---|---|
CGI CGI data/TWiki/RenderListPlugin.txt | Plugin topic |
CGI CGI data/TWiki/RenderListPlugin.txt,v | Plugin topic repository |
CGI CGI lib/TWiki/Plugins/RenderListPlugin.pm | Plugin Perl module |
CGI CGI pub/TWiki/RenderListPlugin/*.gif | Image files for themes |
| Plugin Author: | TWiki:Main/PeterThoeny |
| Copyright: | © 2006-2007, Peter@Thoeny.org, TWIKI.NET |
| License: | GPL (GNU General Public License) |
| Plugin Version: | 15 Jan 2008 (2.0) |
| Change History: | |
| 15 Jan 2008: | 2.0: Kenneth Lavrsen. No more reporting warnings in the error log when a render list starts at deeper level than 1 |
| 30 Sep 2007: | Added VarRENDERLIST to have it listed in TWikiVariables |
| 23 Sep 2006: | Support for img tag and image URL after CGI icon: (suggested by TWiki:Main.JanFilipsky); support for TWikiDocGraphics icons, such as CGI %ICON{folder}% instead of CGI icon:folder; added files.gif and folders.gif (contributed by TWiki:Main.SteveHobbs) |
| 25 Apr 2006: | SVN sync, Cairo + Dakar compatibility |
| 14 Apr 2006: | TWikiRelease04x00 compatibility update |
| 21 Nov 2004: | Added benchmarks (no code changes) |
| 21 Mar 2004: | Internal change: Fixed unofficial function call |
| 01 Mar 2004: | Added FILE_THEME and folder/file icons |
| 29 Dec 2003: | Fixed rendering issue if focus bullet contains CGI icon:name; added TREND_THEME |
| 16 Dec 2003: | Specify icons with CGI icon:name syntax |
| 11 Dec 2003: | Added CGI focus and CGI depth parameters |
| 05 Dec 2003: | Fixed rendering issue with IE; added EMAIL_THEME |
| 02 Dec 2003: | Initial version |
| CPAN Dependencies: | none |
| Other Dependencies: | none |
| Perl Version: | 5.005 |
| TWiki:Plugins/Benchmark: | GoodStyle 97%, FormattedSearch 98%, RenderListPlugin 93% |
| Plugin Home: | http://TWiki.org/cgi-bin/view/Plugins/RenderListPlugin |
| Feedback: | http://TWiki.org/cgi-bin/view/Plugins/RenderListPluginDev |
| Appraisal: | http://TWiki.org/cgi-bin/view/Plugins/RenderListPluginAppraisal |