TWiki.Tukro . TWiki . RenderListPlugin |
%RENDERLIST{ <parameters> }%
before any bullet list
%TOC%
, or the result of a FormattedSearch
"name" ortheme="name" | Select a rendering theme |
focus="any text" | Focus list on a bullet with specified text |
depth="2" | Remove bullets with an indent greater then the depth. The depth is relative to the highlighted bullet in case focus is specified |
<name>_THEME
Plugin settings
Set <name>_THEME = tree, <0/1 flag to suppress/show lines of first level>
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>
[[][]]
links on bullet where text is found
*
bullets
Like this
Align continuation lines with leading spaces linke this
myicon.gif
, or
home.gif
, group.gif
, persons.gif
, person.gif
, email.gif
icon:myicon 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{"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" 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 |
|
|
%<plugin>_<setting>%
, i.e. %RENDERPLUGIN_SHORTDESCRIPTION%
data/debug.txt
)
<SOMETHING>_THEME
and contain a comma delimited list of render type with parameters:
RenderListPlugin.zip
in your twiki installation directory. Content:
File: | Description: |
---|---|
data/TWiki/RenderListPlugin.txt | Plugin topic |
data/TWiki/RenderListPlugin.txt,v | Plugin topic repository |
lib/TWiki/Plugins/RenderListPlugin.pm | Plugin Perl module |
pub/TWiki/RenderListPlugin/*.gif | Image files for themes |
Plugin Author: | TWiki:Main/PeterThoeny |
Plugin Version: | 16 Dec 2003 (V1.030) |
Change History: | |
16 Dec 2003: | Specify icons with icon:name syntax |
11 Dec 2003: | Added focus and 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 |
Plugin Home: | http://TWiki.org/cgi-bin/view/Plugins/RenderListPlugin |
Feedback: | http://TWiki.org/cgi-bin/view/Plugins/RenderListPluginDev |
----- Revision r1.4 - 17 Dec 2003 - 00:17 - PeterThoeny
|