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#TopMenu http://oldcat.googlegroups.com/web/MenuMoreEn.html?gda=j8YRpUAAAACZpqdPZP85_wXX8V_YfXizhQoYbyNEKl0KhW4NFxy3V2G1qiJ7UbTIup-M2XPURDTb654oTp4ejupRWMqnTFyP#TopMenu 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 -~----------~----~----~----~------~----~------~--~---

