Hi Folks,
Im stumped. Some help would be appreciated.
I have some tabs, generated using the content of a field !!objecttabs
<$set name=objecttablist value={{!!objecttabs}}>
@@.tabsstyle
<div>
<<tabs "$(objecttablist)$" "{{!!defaulttab}}" "" "" "subTiddlerView" >>
</div>
@@
</$set>
I am using the template parameter in tabs and this is my template
"subTiddlerView"
!<<currentTiddler>> - <<currentTab>>
<$tiddler tiddler=<<currentTab>>>
<$transclude mode="block" />
</$tiddler>
<<subtiddlertab $(currentTab)$>>
Because of the way I generated the Tab list <<currentTab>> does not have
the full name of the tiddlers I wish to transclude.
"<<currentTiddler>> - <<currentTab>>" does display the name of the
tiddlers I wish to Transclude.
The subsequent macro works with $(currentTab)$ = to the original items in
the original tiddlers field.
Yet I have no idea how to pass "<<currentTiddler>> - <<currentTab>>" as the
tiddler name into a transclusion? such that the tiddlers content apears in
the tab.
Thanks in Advance
TonyM
--
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/ff2535b1-4210-473d-9c43-39a41e10e85c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.