Hi Wolfgang and Eric I'm trying to customize MenuMore to behave in a way that is similar to Dave Giffords Philemon. I changed the story.displayTiddler(null,'MenuAItems'); to story.displayTiddler(null,'MainTiddler for menuA'); I couldn't just remove "story.closeAllTiddlers();" and replace it with "return false;" - it had no effect what so ever.. But I wanted to show something related to the menuswitch anyway so it doesn't really matter..
2 questions regarding MenuMore: 1) How do I get to the backstage? - 2) If there isn't a backstage - how do I upgrade it to 2.5? YS Måns Mårtensson On May 25, 10:16 am, wolfgang <[email protected]> wrote: > Dave G.: > > > > I'd like to do something like this: > > > >http://oldcat.googlegroups.com/web/MenuMoreEn.html > > > > But it is currently set so that when you click on a topmenu item, the > > > tiddler opens and the tiddler's content also appears in the mainmenu > > > to the left. Is there any way to do this so that the tiddler does not > > > open in the viewer area? I'm not sure how to do that. > > Eric S.: > > > In the above document, the topmenu is defined in [[TopMenu]], and uses > > HTML links to invoke javascript to switch between the menus displayed > > on the left. > > > The javascript for each link contains a line like this: > > story.displayTiddler(null,'MenuAItems'); > > > If you remove that line from each link, it will then only switch the > > left menus without also displaying the corresponding menu definition > > tiddler. > > > -e > > Eric, your advise works for not opening a new tiddler while still > switching the left menu. > But it still closes any open tiddler too. > > By removing also the preceeding line: > > story.closeAllTiddlers(); > > an alert shows up, that I'm about to leave the page, and it does go > blank with a small 'none' in the upper left corner if I proceed. > > Is there any other way to have all tiddler still left open with this > script? > > http://www.giffmex.org/nteng/philemontiddly.html#TopMenuhttp://oldcat.googlegroups.com/web/MenuMoreEn.html?gda=j8YRpUAAAACZpq... > > regards.. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/TiddlyWiki?hl=en -~----------~----~----~----~------~----~------~--~---

