I have a tabbed menu in FiddlyWiki <http://way.net/FiddlyWiki> on the left 
sidebar (i.e. Main Menu) under a slider called "tags."  The tags page 
consists of two tabs, one with an alphabetical list of all tags and the 
other with a tag cloud.  The tag cloud does not have enough horizontal 
space so I want the tag cloud to automatically open in the main window when 
the "cloud" tab is selected.  The closest I have been able to get is a 
tiddler consisting of link to a page that opens in the main window, but you 
have to click it.
Here is the layout:

tags>> slider
(*list*) (cloud)   tabs under the slider
*tag
*list
*here
*when
*list
*selected

for reference, here is the main menu tiddler:
[[Start|GettingStarted]] ToDo [[Projects|WorkNotes]] 
[[Links]][[WayMusic|http://music.way.net]]<<slider chkTagContents 
[[TagContents]] 'Tags ยป' 'tags'>>

Here is TagContents
{{tabtagClass{<<tabs txtMainTab List 'list all tags' TabTags Cloud 'tag 
cloud' TagCloud>>}}}

Here is TagCloud
[[(Open Tag Cloud)|TagCloudWin]]

and here is TagCloudWin
{{tagcloudClass{<<tagCloud includeNew unplugged systemConfig 
systemTiddlers>>}}}

What I want is that when the "Cloud" tab (TagCloud) of TagContents gets 
clicked in the Main Menu sidebar, that TagCloudWin will open in the main 
tiddler space automatically instead of me having to click the link as coded 
above.

Is there a macro or a plugin that could do this?

As always, thanks for the help.
Rich
http://way.net/FiddlyWiki

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


Reply via email to