Changeset 929 for trunk/TreeBrowserPlugin/data/TWiki/TreeBrowserPlugin.txt
- Timestamp:
- 11/25/08 00:57:30 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/TreeBrowserPlugin/data/TWiki/TreeBrowserPlugin.txt
r899 r929 42 42 * Format of the *icon* render type: 43 43 * =Set < _name_ >_THEME = icon, [< _root icon image_ >], [< _icon image_ >], [< _folder icon image_ >], [< _open folder icon image_ >]= 44 * The _root icon image_ is shown at the root of the tree, the _icon image_ is shown at every leaf node, the _folder icon image_ is shown at every collapsed internal node, and the _open folder icon image_ is shown at every expanded internal node. The icon images point to files attached to TWiki topics and are referenced in the standard manner. If no path is given, the images are taken from %SYSTEMWEB%.DocumentGraphics.44 * The _root icon image_ is shown at the root of the tree, the _icon image_ is shown at every leaf node, the _folder icon image_ is shown at every collapsed internal node, and the _open folder icon image_ is shown at every expanded internal node. The icon images point to files attached to Foswiki topics and are referenced in the standard manner. If no path is given, the images are taken from %SYSTEMWEB%.DocumentGraphics. 45 45 * If an icon image is omitted, the following defaults are chosen: %ATTACHURL%/empty.gif, %ATTACHURL%/page.gif, %ATTACHURL%/folder.gif, %ATTACHURL%/folderopen.gif 46 46 … … 138 138 left.config.useSelection=false; 139 139 left.config.folderLinks=false; 140 left.add(0,-1,"<a href=\"/view/ TWiki/WebHome\" class=\"twikiCurrentWebHomeLink twikiLink\">TWikiWeb Home</a>");141 left.add(1,0,"<a href=\"/view/ TWiki/WebChanges\" class=\"twikiLink\">Changes</a> ",'','','','%ATTACHURLPATH%/page.gif');142 left.add(2,0,"<a href=\"/view/ TWiki/WebIndex\" class=\"twikiLink\">Index</a>",'','','','%ATTACHURLPATH%/page.gif');143 left.add(3,0,"<a href=\"/view/ TWiki/WebSearch\" class=\"twikiLink\">Search</a>",'','','','%ATTACHURLPATH%/page.gif');140 left.add(0,-1,"<a href=\"/view/System/WebHome\" class=\"twikiCurrentWebHomeLink twikiLink\">System Web Home</a>"); 141 left.add(1,0,"<a href=\"/view/System/WebChanges\" class=\"twikiLink\">Changes</a> ",'','','','%ATTACHURLPATH%/page.gif'); 142 left.add(2,0,"<a href=\"/view/System/WebIndex\" class=\"twikiLink\">Index</a>",'','','','%ATTACHURLPATH%/page.gif'); 143 left.add(3,0,"<a href=\"/view/System/WebSearch\" class=\"twikiLink\">Search</a>",'','','','%ATTACHURLPATH%/page.gif'); 144 144 left.add(4,0,"this is a very very very long text",'','','','%ATTACHURLPATH%/page.gif'); 145 145 left.add(5,0,"Folder",'','','','%ATTACHURLPATH%/folder.gif','%ATTACHURLPATH%/folderopen.gif'); … … 210 210 menudemo.config.style='dmenu'; 211 211 menudemo.config.inOrder=true; 212 menudemo.config.iconPath='/pub/ TWiki/TreeBrowserPlugin/';212 menudemo.config.iconPath='/pub/System/TreeBrowserPlugin/'; 213 213 menudemo.updateIconPath(); 214 menudemo.icon.root='/pub/ TWiki/TreeBrowserPlugin/home.gif';214 menudemo.icon.root='/pub/System/TreeBrowserPlugin/home.gif'; 215 215 menudemo.config.useIcons=false; 216 216 menudemo.config.shared=true; … … 224 224 menudemo.config.autoToggle=true; 225 225 menudemo.add(0,-1,""); 226 menudemo.add(1,0,"Vegetables",'','','','/pub/ TWiki/TreeBrowserPlugin/folder.gif','/pub/TWiki/TreeBrowserPlugin/folderopen.gif');227 menudemo.add(2,1,"Carot",'','','','/pub/ TWiki/TreeBrowserPlugin/page.gif');228 menudemo.add(3,1,"Leek",'','','','/pub/ TWiki/TreeBrowserPlugin/page.gif');229 menudemo.add(4,1,"Tomato",'','','','/pub/ TWiki/TreeBrowserPlugin/page.gif');230 menudemo.add(5,1,"Potato",'','','','/pub/ TWiki/TreeBrowserPlugin/page.gif');231 menudemo.add(6,0,"Fruits",'','','','/pub/ TWiki/TreeBrowserPlugin/folder.gif','/pub/TWiki/TreeBrowserPlugin/folderopen.gif');232 menudemo.add(7,6,"Banana",'','','','/pub/ TWiki/TreeBrowserPlugin/page.gif');233 menudemo.add(8,6,"Grape fruit",'','','','/pub/ TWiki/TreeBrowserPlugin/folder.gif','/pub/TWiki/TreeBrowserPlugin/folderopen.gif');234 menudemo.add(9,8,"Pink",'','','','/pub/ TWiki/TreeBrowserPlugin/page.gif');235 menudemo.add(10,8,"Yellow ",'','','','/pub/ TWiki/TreeBrowserPlugin/page.gif');236 menudemo.add(11,6,"Peach",'','','','/pub/ TWiki/TreeBrowserPlugin/page.gif');226 menudemo.add(1,0,"Vegetables",'','','','/pub/System/TreeBrowserPlugin/folder.gif','/pub/System/TreeBrowserPlugin/folderopen.gif'); 227 menudemo.add(2,1,"Carot",'','','','/pub/System/TreeBrowserPlugin/page.gif'); 228 menudemo.add(3,1,"Leek",'','','','/pub/System/TreeBrowserPlugin/page.gif'); 229 menudemo.add(4,1,"Tomato",'','','','/pub/System/TreeBrowserPlugin/page.gif'); 230 menudemo.add(5,1,"Potato",'','','','/pub/System/TreeBrowserPlugin/page.gif'); 231 menudemo.add(6,0,"Fruits",'','','','/pub/System/TreeBrowserPlugin/folder.gif','/pub/System/TreeBrowserPlugin/folderopen.gif'); 232 menudemo.add(7,6,"Banana",'','','','/pub/System/TreeBrowserPlugin/page.gif'); 233 menudemo.add(8,6,"Grape fruit",'','','','/pub/System/TreeBrowserPlugin/folder.gif','/pub/System/TreeBrowserPlugin/folderopen.gif'); 234 menudemo.add(9,8,"Pink",'','','','/pub/System/TreeBrowserPlugin/page.gif'); 235 menudemo.add(10,8,"Yellow ",'','','','/pub/System/TreeBrowserPlugin/page.gif'); 236 menudemo.add(11,6,"Peach",'','','','/pub/System/TreeBrowserPlugin/page.gif'); 237 237 document.write(menudemo); 238 238 //--> … … 287 287 popupdemo.config.style='dmenu'; 288 288 popupdemo.config.inOrder=true; 289 popupdemo.config.iconPath='/pub/ TWiki/TreeBrowserPlugin/';289 popupdemo.config.iconPath='/pub/System/TreeBrowserPlugin/'; 290 290 popupdemo.updateIconPath(); 291 popupdemo.icon.root='/pub/ TWiki/TreeBrowserPlugin/home.gif';291 popupdemo.icon.root='/pub/System/TreeBrowserPlugin/home.gif'; 292 292 popupdemo.config.useIcons=false; 293 293 popupdemo.config.shared=true; … … 308 308 %IF{"$ SKIN='pattern' or $ SKIN='twikiorg,pattern'" then="popupdemo.config.firstPopupOffset={x:-163 , y:0};" else="popupdemo.config.firstPopupOffset={x:0 , y:0};"}% 309 309 popupdemo.add(0,-1,""); 310 popupdemo.add(1,0,"Vegetables",'','','','/pub/ TWiki/TreeBrowserPlugin/folder.gif','/pub/TWiki/TreeBrowserPlugin/folderopen.gif');311 popupdemo.add(2,1,"Carot",'','','','/pub/ TWiki/TreeBrowserPlugin/page.gif');312 popupdemo.add(3,1,"Leek",'','','','/pub/ TWiki/TreeBrowserPlugin/page.gif');313 popupdemo.add(4,1,"Tomato",'','','','/pub/ TWiki/TreeBrowserPlugin/page.gif');314 popupdemo.add(5,1,"Potato",'','','','/pub/ TWiki/TreeBrowserPlugin/page.gif');315 popupdemo.add(6,0,"Fruits",'','','','/pub/ TWiki/TreeBrowserPlugin/folder.gif','/pub/TWiki/TreeBrowserPlugin/folderopen.gif');316 popupdemo.add(7,6,"Banana",'','','','/pub/ TWiki/TreeBrowserPlugin/page.gif');317 popupdemo.add(8,6,"Grape fruit",'','','','/pub/ TWiki/TreeBrowserPlugin/folder.gif','/pub/TWiki/TreeBrowserPlugin/folderopen.gif');318 popupdemo.add(9,8,"Pink",'','','','/pub/ TWiki/TreeBrowserPlugin/page.gif');319 popupdemo.add(10,8,"Yellow ",'','','','/pub/ TWiki/TreeBrowserPlugin/page.gif');320 popupdemo.add(11,6,"Peach",'','','','/pub/ TWiki/TreeBrowserPlugin/page.gif');310 popupdemo.add(1,0,"Vegetables",'','','','/pub/System/TreeBrowserPlugin/folder.gif','/pub/System/TreeBrowserPlugin/folderopen.gif'); 311 popupdemo.add(2,1,"Carot",'','','','/pub/System/TreeBrowserPlugin/page.gif'); 312 popupdemo.add(3,1,"Leek",'','','','/pub/System/TreeBrowserPlugin/page.gif'); 313 popupdemo.add(4,1,"Tomato",'','','','/pub/System/TreeBrowserPlugin/page.gif'); 314 popupdemo.add(5,1,"Potato",'','','','/pub/System/TreeBrowserPlugin/page.gif'); 315 popupdemo.add(6,0,"Fruits",'','','','/pub/System/TreeBrowserPlugin/folder.gif','/pub/System/TreeBrowserPlugin/folderopen.gif'); 316 popupdemo.add(7,6,"Banana",'','','','/pub/System/TreeBrowserPlugin/page.gif'); 317 popupdemo.add(8,6,"Grape fruit",'','','','/pub/System/TreeBrowserPlugin/folder.gif','/pub/System/TreeBrowserPlugin/folderopen.gif'); 318 popupdemo.add(9,8,"Pink",'','','','/pub/System/TreeBrowserPlugin/page.gif'); 319 popupdemo.add(10,8,"Yellow ",'','','','/pub/System/TreeBrowserPlugin/page.gif'); 320 popupdemo.add(11,6,"Peach",'','','','/pub/System/TreeBrowserPlugin/page.gif'); 321 321 document.write(popupdemo); 322 322 //--> … … 422 422 | ==data/System/%TOPIC%.txt== | Plugin topic | 423 423 | ==lib/Foswiki/Plugins/%TOPIC%.pm== | Plugin Perl module | 424 | ==pub/ TWiki/%TOPIC%/dtree.css== | part of dtree |425 | ==pub/ TWiki/%TOPIC%/dmenu.css== | Menu CSS |426 | ==pub/ TWiki/%TOPIC%/smenu.css== | Nicer menu CSS |427 | ==pub/ TWiki/%TOPIC%/dtree.js== | part of dtree |428 | ==pub/ TWiki/%TOPIC%/base.gif== | part of dtree |429 | ==pub/ TWiki/%TOPIC%/cd.gif== | part of dtree |430 | ==pub/ TWiki/%TOPIC%/empty.gif== | part of dtree |431 | ==pub/ TWiki/%TOPIC%/folder.gif== | part of dtree |432 | ==pub/ TWiki/%TOPIC%/folderopen.gif== | part of dtree |433 | ==pub/ TWiki/%TOPIC%/globe.gif== | part of dtree |434 | ==pub/ TWiki/%TOPIC%/imgfolder.gif== | part of dtree |435 | ==pub/ TWiki/%TOPIC%/join.gif== | part of dtree |436 | ==pub/ TWiki/%TOPIC%/joinbottom.gif== | part of dtree |437 | ==pub/ TWiki/%TOPIC%/line.gif== | part of dtree |438 | ==pub/ TWiki/%TOPIC%/minus.gif== | part of dtree |439 | ==pub/ TWiki/%TOPIC%/minusbottom.gif== | part of dtree |440 | ==pub/ TWiki/%TOPIC%/musicfolder.gif== | part of dtree |441 | ==pub/ TWiki/%TOPIC%/nolines_minus.gif== | part of dtree |442 | ==pub/ TWiki/%TOPIC%/nolines_plus.gif== | part of dtree |443 | ==pub/ TWiki/%TOPIC%/page.gif== | part of dtree |444 | ==pub/ TWiki/%TOPIC%/plus.gif== | part of dtree |445 | ==pub/ TWiki/%TOPIC%/plusbottom.gif== | part of dtree |446 | ==pub/ TWiki/%TOPIC%/question.gif== | part of dtree |447 | ==pub/ TWiki/%TOPIC%/trash.gif== | part of dtree |448 | ==pub/ TWiki/%TOPIC%/doc.gif== | icons from [[Foswiki:Extensions.RenderListPlugin][RenderListPlugin]] |449 | ==pub/ TWiki/%TOPIC%/email.gif== | icons from [[Foswiki:Extensions.RenderListPlugin][RenderListPlugin]] |450 | ==pub/ TWiki/%TOPIC%/file.gif== | icons from [[Foswiki:Extensions.RenderListPlugin][RenderListPlugin]] |451 | ==pub/ TWiki/%TOPIC%/group.gif== | icons from [[Foswiki:Extensions.RenderListPlugin][RenderListPlugin]] |452 | ==pub/ TWiki/%TOPIC%/home.gif== | icons from [[Foswiki:Extensions.RenderListPlugin][RenderListPlugin]] |453 | ==pub/ TWiki/%TOPIC%/image.gif== | icons from [[Foswiki:Extensions.RenderListPlugin][RenderListPlugin]] |454 | ==pub/ TWiki/%TOPIC%/pdf.gif== | icons from [[Foswiki:Extensions.RenderListPlugin][RenderListPlugin]] |455 | ==pub/ TWiki/%TOPIC%/person.gif== | icons from [[Foswiki:Extensions.RenderListPlugin][RenderListPlugin]] |456 | ==pub/ TWiki/%TOPIC%/persons.gif== | icons from [[Foswiki:Extensions.RenderListPlugin][RenderListPlugin]] |457 | ==pub/ TWiki/%TOPIC%/ppt.gif== | icons from [[Foswiki:Extensions.RenderListPlugin][RenderListPlugin]] |458 | ==pub/ TWiki/%TOPIC%/see.gif== | icons from [[Foswiki:Extensions.RenderListPlugin][RenderListPlugin]] |459 | ==pub/ TWiki/%TOPIC%/sound.gif== | icons from [[Foswiki:Extensions.RenderListPlugin][RenderListPlugin]] |460 | ==pub/ TWiki/%TOPIC%/trend.gif== | icons from [[Foswiki:Extensions.RenderListPlugin][RenderListPlugin]] |461 | ==pub/ TWiki/%TOPIC%/virtualhome.gif== | icons from [[Foswiki:Extensions.RenderListPlugin][RenderListPlugin]] |462 | ==pub/ TWiki/%TOPIC%/virtualperson.gif== | icons from [[Foswiki:Extensions.RenderListPlugin][RenderListPlugin]] |463 | ==pub/ TWiki/%TOPIC%/virtualpersons.gif== | icons from [[Foswiki:Extensions.RenderListPlugin][RenderListPlugin]] |464 | ==pub/ TWiki/%TOPIC%/xls.gif== | icons from [[Foswiki:Extensions.RenderListPlugin][RenderListPlugin]] |465 | ==pub/ TWiki/%TOPIC%/zip.gif== | icons from [[Foswiki:Extensions.RenderListPlugin][RenderListPlugin]] |424 | ==pub/System/%TOPIC%/dtree.css== | part of dtree | 425 | ==pub/System/%TOPIC%/dmenu.css== | Menu CSS | 426 | ==pub/System/%TOPIC%/smenu.css== | Nicer menu CSS | 427 | ==pub/System/%TOPIC%/dtree.js== | part of dtree | 428 | ==pub/System/%TOPIC%/base.gif== | part of dtree | 429 | ==pub/System/%TOPIC%/cd.gif== | part of dtree | 430 | ==pub/System/%TOPIC%/empty.gif== | part of dtree | 431 | ==pub/System/%TOPIC%/folder.gif== | part of dtree | 432 | ==pub/System/%TOPIC%/folderopen.gif== | part of dtree | 433 | ==pub/System/%TOPIC%/globe.gif== | part of dtree | 434 | ==pub/System/%TOPIC%/imgfolder.gif== | part of dtree | 435 | ==pub/System/%TOPIC%/join.gif== | part of dtree | 436 | ==pub/System/%TOPIC%/joinbottom.gif== | part of dtree | 437 | ==pub/System/%TOPIC%/line.gif== | part of dtree | 438 | ==pub/System/%TOPIC%/minus.gif== | part of dtree | 439 | ==pub/System/%TOPIC%/minusbottom.gif== | part of dtree | 440 | ==pub/System/%TOPIC%/musicfolder.gif== | part of dtree | 441 | ==pub/System/%TOPIC%/nolines_minus.gif== | part of dtree | 442 | ==pub/System/%TOPIC%/nolines_plus.gif== | part of dtree | 443 | ==pub/System/%TOPIC%/page.gif== | part of dtree | 444 | ==pub/System/%TOPIC%/plus.gif== | part of dtree | 445 | ==pub/System/%TOPIC%/plusbottom.gif== | part of dtree | 446 | ==pub/System/%TOPIC%/question.gif== | part of dtree | 447 | ==pub/System/%TOPIC%/trash.gif== | part of dtree | 448 | ==pub/System/%TOPIC%/doc.gif== | icons from [[Foswiki:Extensions.RenderListPlugin][RenderListPlugin]] | 449 | ==pub/System/%TOPIC%/email.gif== | icons from [[Foswiki:Extensions.RenderListPlugin][RenderListPlugin]] | 450 | ==pub/System/%TOPIC%/file.gif== | icons from [[Foswiki:Extensions.RenderListPlugin][RenderListPlugin]] | 451 | ==pub/System/%TOPIC%/group.gif== | icons from [[Foswiki:Extensions.RenderListPlugin][RenderListPlugin]] | 452 | ==pub/System/%TOPIC%/home.gif== | icons from [[Foswiki:Extensions.RenderListPlugin][RenderListPlugin]] | 453 | ==pub/System/%TOPIC%/image.gif== | icons from [[Foswiki:Extensions.RenderListPlugin][RenderListPlugin]] | 454 | ==pub/System/%TOPIC%/pdf.gif== | icons from [[Foswiki:Extensions.RenderListPlugin][RenderListPlugin]] | 455 | ==pub/System/%TOPIC%/person.gif== | icons from [[Foswiki:Extensions.RenderListPlugin][RenderListPlugin]] | 456 | ==pub/System/%TOPIC%/persons.gif== | icons from [[Foswiki:Extensions.RenderListPlugin][RenderListPlugin]] | 457 | ==pub/System/%TOPIC%/ppt.gif== | icons from [[Foswiki:Extensions.RenderListPlugin][RenderListPlugin]] | 458 | ==pub/System/%TOPIC%/see.gif== | icons from [[Foswiki:Extensions.RenderListPlugin][RenderListPlugin]] | 459 | ==pub/System/%TOPIC%/sound.gif== | icons from [[Foswiki:Extensions.RenderListPlugin][RenderListPlugin]] | 460 | ==pub/System/%TOPIC%/trend.gif== | icons from [[Foswiki:Extensions.RenderListPlugin][RenderListPlugin]] | 461 | ==pub/System/%TOPIC%/virtualhome.gif== | icons from [[Foswiki:Extensions.RenderListPlugin][RenderListPlugin]] | 462 | ==pub/System/%TOPIC%/virtualperson.gif== | icons from [[Foswiki:Extensions.RenderListPlugin][RenderListPlugin]] | 463 | ==pub/System/%TOPIC%/virtualpersons.gif== | icons from [[Foswiki:Extensions.RenderListPlugin][RenderListPlugin]] | 464 | ==pub/System/%TOPIC%/xls.gif== | icons from [[Foswiki:Extensions.RenderListPlugin][RenderListPlugin]] | 465 | ==pub/System/%TOPIC%/zip.gif== | icons from [[Foswiki:Extensions.RenderListPlugin][RenderListPlugin]] | 466 466 467 467 ---++ Known issues … … 478 478 ---++ Plugin Info 479 479 480 | Plugin Author: | TWiki:Main.ThomasWeigert & TWiki:Main.StephaneLenclud |480 | Plugin Author: | TWiki:Main.ThomasWeigert & Foswiki:Main.StephaneLenclud | 481 481 | Plugin Version: | %PLUGINVERSION{"TreeBrowserPlugin"}% | 482 482 | Change History: | <!-- versions below in reverse order --> | 483 | 29 Mar 2007: | (v1.8) - Improved =smenu= CSS and fixing warning. By [[ TWiki:Main.StephaneLenclud][Stᅵphane Lenclud]]. |484 | 18 Mar 2007: | (v1.7) - Improved =smenu= CSS, resolved _highlighting gap issue_ . Now closing sub-menu when highlighting leaf. By [[ TWiki:Main.StephaneLenclud][Stᅵphane Lenclud]]. |485 | 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 [[ TWiki:Main.StephaneLenclud][Stᅵphane Lenclud]]. |486 | 18 Mar 2007: | (v1.5) - Adding =useopacity= parameter. Adding =smenu.css=. By [[ TWiki:Main.StephaneLenclud][Stᅵphane Lenclud]]. |487 | 16 Mar 2007: | (v1.4) - Adding =firstpopupoffset= allowing workaround for PatternSkin problem. By [[ TWiki:Main.StephaneLenclud][Stᅵphane Lenclud]]. |488 | 14 Mar 2007: | (v1.3) - Adding =popup=, =closepopudelay= and =popupoffset= parameters. Implemented pop-up menu. Improved =dmenu.css=. By [[ TWiki:Main.StephaneLenclud][Stᅵphane Lenclud]]. |489 | 11 Mar 2007: | (v1.2) - Adding =nodeactions= parameter. Improved =dmenu.css=. By [[ TWiki:Main.StephaneLenclud][Stᅵphane Lenclud]]. |490 | 10 Mar 2007: | (v1.1) - Adding =autotoggle= parameter. It's useful for menu style. Improved =dmenu.css=. Added =dtreeRoot= CSS class. By [[ TWiki:Main.StephaneLenclud][Stᅵphane Lenclud]]. |491 | 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 [[ TWiki:Main.StephaneLenclud][Stᅵphane Lenclud]]. |492 | 09 Mar 2007: | (v0.9) - Adding =style= parameter. Improved CSS. Fixes extra '\n' in dot pm. By [[ TWiki:Main.StephaneLenclud][Stᅵphane Lenclud]]. |493 | 07 Mar 2007: | (v0.8) - Adding =noroot= and =warn= parameters. Now using =preRenderingHandler= instead of the deprecated =startRenderingHandler= . =%<nop>TREEBROWSER%= are hidden if there is no tree to render. Fixes TOC icons problem with Foswiki:Extensions.NatSkin. By [[ TWiki:Main.StephaneLenclud][Stᅵphane Lenclud]]. |494 | 01 Oct 2006: | (v0.7) - Adding =useplusminus= , =noindent= and =nocss= parameters. By [[ TWiki:Main.StephaneLenclud][Stᅵphane Lenclud]]. |495 | 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 [[ TWiki:Main.StephaneLenclud][Stᅵphane Lenclud]] |483 | 29 Mar 2007: | (v1.8) - Improved =smenu= CSS and fixing warning. By [[Foswiki:Main.StephaneLenclud][Stᅵphane Lenclud]]. | 484 | 18 Mar 2007: | (v1.7) - Improved =smenu= CSS, resolved _highlighting gap issue_ . Now closing sub-menu when highlighting leaf. By [[Foswiki:Main.StephaneLenclud][Stᅵphane Lenclud]]. | 485 | 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 [[Foswiki:Main.StephaneLenclud][Stᅵphane Lenclud]]. | 486 | 18 Mar 2007: | (v1.5) - Adding =useopacity= parameter. Adding =smenu.css=. By [[Foswiki:Main.StephaneLenclud][Stᅵphane Lenclud]]. | 487 | 16 Mar 2007: | (v1.4) - Adding =firstpopupoffset= allowing workaround for PatternSkin problem. By [[Foswiki:Main.StephaneLenclud][Stᅵphane Lenclud]]. | 488 | 14 Mar 2007: | (v1.3) - Adding =popup=, =closepopudelay= and =popupoffset= parameters. Implemented pop-up menu. Improved =dmenu.css=. By [[Foswiki:Main.StephaneLenclud][Stᅵphane Lenclud]]. | 489 | 11 Mar 2007: | (v1.2) - Adding =nodeactions= parameter. Improved =dmenu.css=. By [[Foswiki:Main.StephaneLenclud][Stᅵphane Lenclud]]. | 490 | 10 Mar 2007: | (v1.1) - Adding =autotoggle= parameter. It's useful for menu style. Improved =dmenu.css=. Added =dtreeRoot= CSS class. By [[Foswiki:Main.StephaneLenclud][Stᅵphane Lenclud]]. | 491 | 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 [[Foswiki:Main.StephaneLenclud][Stᅵphane Lenclud]]. | 492 | 09 Mar 2007: | (v0.9) - Adding =style= parameter. Improved CSS. Fixes extra '\n' in dot pm. By [[Foswiki:Main.StephaneLenclud][Stᅵphane Lenclud]]. | 493 | 07 Mar 2007: | (v0.8) - Adding =noroot= and =warn= parameters. Now using =preRenderingHandler= instead of the deprecated =startRenderingHandler= . =%<nop>TREEBROWSER%= are hidden if there is no tree to render. Fixes TOC icons problem with Foswiki:Extensions.NatSkin. By [[Foswiki:Main.StephaneLenclud][Stᅵphane Lenclud]]. | 494 | 01 Oct 2006: | (v0.7) - Adding =useplusminus= , =noindent= and =nocss= parameters. By [[Foswiki:Main.StephaneLenclud][Stᅵphane Lenclud]]. | 495 | 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 [[Foswiki:Main.StephaneLenclud][Stᅵphane Lenclud]] | 496 496 | 12 Apr 2006: | (v0.5) - Minor update for TWiki:Codev.TWikiRelease04x00 | 497 497 | 16 Sep 2005: | (v0.4) - Fix bug in =openAll= and =openTo= functions |
Note: See TracChangeset
for help on using the changeset viewer.
