Code
|
File: | Description: |
---|---|
data/TWiki/TreeBrowserPlugin.txt | Plugin topic |
lib/TWiki/Plugins/TreeBrowserPlugin.pm | Plugin Perl module |
pub/TWiki/TreeBrowserPlugin/dtree.css | part of dtree |
pub/TWiki/TreeBrowserPlugin/dmenu.css | Menu CSS |
pub/TWiki/TreeBrowserPlugin/smenu.css | Nicer menu CSS |
pub/TWiki/TreeBrowserPlugin/dtree.js | part of dtree |
pub/TWiki/TreeBrowserPlugin/base.gif | part of dtree |
pub/TWiki/TreeBrowserPlugin/cd.gif | part of dtree |
pub/TWiki/TreeBrowserPlugin/empty.gif | part of dtree |
pub/TWiki/TreeBrowserPlugin/folder.gif | part of dtree |
pub/TWiki/TreeBrowserPlugin/folderopen.gif | part of dtree |
pub/TWiki/TreeBrowserPlugin/globe.gif | part of dtree |
pub/TWiki/TreeBrowserPlugin/imgfolder.gif | part of dtree |
pub/TWiki/TreeBrowserPlugin/join.gif | part of dtree |
pub/TWiki/TreeBrowserPlugin/joinbottom.gif | part of dtree |
pub/TWiki/TreeBrowserPlugin/line.gif | part of dtree |
pub/TWiki/TreeBrowserPlugin/minus.gif | part of dtree |
pub/TWiki/TreeBrowserPlugin/minusbottom.gif | part of dtree |
pub/TWiki/TreeBrowserPlugin/musicfolder.gif | part of dtree |
pub/TWiki/TreeBrowserPlugin/nolines_minus.gif | part of dtree |
pub/TWiki/TreeBrowserPlugin/nolines_plus.gif | part of dtree |
pub/TWiki/TreeBrowserPlugin/page.gif | part of dtree |
pub/TWiki/TreeBrowserPlugin/plus.gif | part of dtree |
pub/TWiki/TreeBrowserPlugin/plusbottom.gif | part of dtree |
pub/TWiki/TreeBrowserPlugin/question.gif | part of dtree |
pub/TWiki/TreeBrowserPlugin/trash.gif | part of dtree |
pub/TWiki/TreeBrowserPlugin/doc.gif | icons from RenderListPlugin |
pub/TWiki/TreeBrowserPlugin/email.gif | icons from RenderListPlugin |
pub/TWiki/TreeBrowserPlugin/file.gif | icons from RenderListPlugin |
pub/TWiki/TreeBrowserPlugin/group.gif | icons from RenderListPlugin |
pub/TWiki/TreeBrowserPlugin/home.gif | icons from RenderListPlugin |
pub/TWiki/TreeBrowserPlugin/image.gif | icons from RenderListPlugin |
pub/TWiki/TreeBrowserPlugin/pdf.gif | icons from RenderListPlugin |
pub/TWiki/TreeBrowserPlugin/person.gif | icons from RenderListPlugin |
pub/TWiki/TreeBrowserPlugin/persons.gif | icons from RenderListPlugin |
pub/TWiki/TreeBrowserPlugin/ppt.gif | icons from RenderListPlugin |
pub/TWiki/TreeBrowserPlugin/see.gif | icons from RenderListPlugin |
pub/TWiki/TreeBrowserPlugin/sound.gif | icons from RenderListPlugin |
pub/TWiki/TreeBrowserPlugin/trend.gif | icons from RenderListPlugin |
pub/TWiki/TreeBrowserPlugin/virtualhome.gif | icons from RenderListPlugin |
pub/TWiki/TreeBrowserPlugin/virtualperson.gif | icons from RenderListPlugin |
pub/TWiki/TreeBrowserPlugin/virtualpersons.gif | icons from RenderListPlugin |
pub/TWiki/TreeBrowserPlugin/xls.gif | icons from RenderListPlugin |
pub/TWiki/TreeBrowserPlugin/zip.gif | icons from RenderListPlugin |
firstpopupoffset="-163,0"
as a workaround.
natMainContent
overflow:hidden
causes z-index
bug in FireFox. Workaround by removing or overriding overflow:hidden
for natMainContent
.
dtreeTranslucentBackground
only works for pop-up and not level 0. Sizing issue...
dmenu
style. Workaround by using smenu
.
Plugin Author: | TWiki:Main.ThomasWeigert & TWiki:Main.StephaneLenclud |
Plugin Version: | v1.8 |
Change History: | |
29 Mar 2007: | (v1.8) - Improved smenu CSS and fixing warning. By St�phane Lenclud. |
18 Mar 2007: | (v1.7) - Improved smenu CSS, resolved highlighting gap issue . Now closing sub-menu when highlighting leaf. By St�phane Lenclud. |
18 Mar 2007: | (v1.6) - Sub-menus now working in IE with smenu style. Closing sub-menu when going back one level with mouse cursor. By St�phane Lenclud. |
18 Mar 2007: | (v1.5) - Adding useopacity parameter. Adding smenu.css . By St�phane Lenclud. |
16 Mar 2007: | (v1.4) - Adding firstpopupoffset allowing workaround for PatternSkin problem. By St�phane Lenclud. |
14 Mar 2007: | (v1.3) - Adding popup , closepopudelay and popupoffset parameters. Implemented pop-up menu. Improved dmenu.css . By St�phane Lenclud. |
11 Mar 2007: | (v1.2) - Adding nodeactions parameter. Improved dmenu.css . By St�phane Lenclud. |
10 Mar 2007: | (v1.1) - Adding autotoggle parameter. It's useful for menu style. Improved dmenu.css . Added dtreeRoot CSS class. By St�phane Lenclud. |
09 Mar 2007: | (v1.0) - Improved CSS with variable class name allowing for multiple tree with different style on the same topic. Now bullet icon: supports full URL or URI. By St�phane Lenclud. |
09 Mar 2007: | (v0.9) - Adding style parameter. Improved CSS. Fixes extra '\n' in dot pm. By St�phane Lenclud. |
07 Mar 2007: | (v0.8) - Adding noroot and warn parameters. Now using preRenderingHandler instead of the deprecated startRenderingHandler . %TREEBROWSER% are hidden if there is no tree to render. Fixes TOC icons problem with TWiki:Plugins.NatSkin. By St�phane Lenclud. |
01 Oct 2006: | (v0.7) - Adding useplusminus , noindent and nocss parameters. By St�phane Lenclud. |
17 Sep 2006: | (v0.6) - Adding closesamelevel and uselines functionalities, fix rendering issues with Firefox and pattern skin, fix warnings in apache error logs. By St�phane Lenclud |
12 Apr 2006: | (v0.5) - Minor update for TWiki:Codev.TWikiRelease04x00 |
16 Sep 2005: | (v0.4) - Fix bug in openAll and openTo functions |
06 Sep 2005: | (v0.3) - Adopt the rendering themes from TWiki:Plugins.RenderListPlugin |
05 Sep 2005: | (v0.2) - Support sharing of tree state across topics. If JavaScript is not enabled, render the list in standard fashion. Correct user input error containig a line that is too deeply indented. |
04 Sep 2005: | (v0.1) - Initial version |
TWiki Dependency: | $TWiki::Plugins::VERSION 1.024 |
CPAN Dependencies: | none |
Other Dependencies: | none |
Perl Version: | 5.005, 5.8.7 |
License: | GPL (GNU General Public License) |
TWiki:Plugins/Benchmark: | GoodStyle n%, FormattedSearch n%, TreeBrowserPlugin n% |
Plugin Home: | http://TWiki.org/cgi-bin/view/Plugins/TreeBrowserPlugin |
Feedback: | http://TWiki.org/cgi-bin/view/Plugins/TreeBrowserPluginDev |
Appraisal: | http://TWiki.org/cgi-bin/view/Plugins/TreeBrowserPluginAppraisal |