Hi,

I didn't design it to work in one tiddler - For small amounts of data,
your way is definately nicer.

The only problem with the one you have, is that the name of the
tiddler that is referenced by the refreshTiddler command, needs to be
the one that contains the Tabs, so in your case you need to swap the
six "TestOpenOtherTab" references with "TabsLinks" references and it
works

hope this helps

/A tw newb

On May 27, 2:38 am, Måns <[email protected]> wrote:
> Hi Azlandela
>
> Thanks for the tip..
> I tried to put it all in one tiddler - however I can't make it work..
> Have a look at it here:http://tw-abc.tiddlyspot.com/#TabsLinks
>
> Regards Måns Mårtensson
>
> On 26 Maj, 09:19, Azlandela <[email protected]> wrote:
>
>
>
> > If like me, you found the following post a little confusing:
>
> >http://groups.google.com/group/TiddlyWiki/browse_thread/thread/4f7b95...
>
> > I've provided another example here that is hopefully a little clearer
> > (and found a shortcut in the call as well):
>
> > Create 4 tiddlers with the following titles:
>
> > TestOpenOtherTab
> > ContentsA
> > ContentsB
> > ContentsC
>
> > In TestOpenOtherTab add the tabs:
>
> > <<tabs tabID
> >   "Tab A" "tooltip A" ContentsA
> >   "Tab B" "tooltip B" ContentsB
> >   "Tab C" "tooltip C" ContentsC
>
> > In ContentsA add (without the text wrapping):
>
> > Contents for Tab A:
> > <html><a href='javascript:;' onclick='config.options.tabID="Tab B";
> > story.refreshTiddler("TestOpenOtherTab", null, true) '>link</a></html>
> > to Tab B
> > <html><a href='javascript:;' onclick='config.options.tabID="Tab C";
> > story.refreshTiddler("TestOpenOtherTab", null, true) '>link</a></html>
> > to Tab C
>
> > In ContentsB add (without the text wrapping):
>
> > Contents for Tab B:
> > <html><a href='javascript:;' onclick='config.options.tabID="Tab A";
> > story.refreshTiddler("TestOpenOtherTab", null, true) '>link</a></html>
> > to Tab A
> > <html><a href='javascript:;' onclick='config.options.tabID="Tab C";
> > story.refreshTiddler("TestOpenOtherTab", null, true) '>link</a></html>
> > to Tab C
>
> > In ContentsC add (without the text wrapping):
>
> > Contents for Tab C:
> > <html><a href='javascript:;' onclick='config.options.tabID="Tab A";
> > story.refreshTiddler("TestOpenOtherTab", null, true) '>link</a></html>
> > to Tab A
> > <html><a href='javascript:;' onclick='config.options.tabID="Tab B";
> > story.refreshTiddler("TestOpenOtherTab", null, true) '>link</a></html>
> > to Tab B
>
> > /A: tw newb- Hide quoted text -
>
> - Show quoted text -

-- 
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.

Reply via email to