> To avoid a long and confusing MainMenu I would like to shorten this
> MainMenu by using a kind of foldable /extendable structure, similar to
> Windows Explorer, where you can unfold clicking + and fold clicking -

You can construct multi-level 'tree-like' expandable/collapsible menu
content using:
   http://www.TiddlyTools.com/#NestedSlidersPlugin

Example

+++[menu1]
   +++[submenu1.1]
      linkA
      linkB
      linkC
   ===
   +++[submenu1.2]
      linkX
      linkY
      linkZ
   ===
===
+++[menu2]
   +++[submenu2.1]
      linkD
      linkE
      linkF
   ===
   +++[submenu2.2]
      linkT
      linkU
      linkV
   ===
===

enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to TiddlyWiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to