Many thanks this works! Eric Shulman schrieb am Sonntag, 23. Januar 2022 um 10:41:15 UTC+1:
> Remove the quotes around `"""<<alignmentTabs>>"""`. Like this: > ``` > <$macrocall $name="tabs" tabsList="""[tag[$tName$]nsort[order]]""" > class=<<alignmentTabs>> /> > <br/> > <$macrocall $name="testFunction" alignmentTabs=<<alignmentTabs>> > tName="""$tName$""" /> > <br/> > ``` > On Sunday, January 23, 2022 at 1:29:55 AM UTC-8 [email protected] > wrote: > >> Hello Marc >> I tested this only the last Test shows the Tabs Vertical >> Thanks for your help. >> >> ``` >> \define testFunction(alignmentTabs:"", tName:"" ) >> Second Test: <<alignmentTabs>>,$alignmentTabs$ >> >> <$macrocall $name="tabs" tabsList="[tag[$tName$]nsort[order]]" >> class="""$alignmentTabs$""" /> >> >> \end >> >> \define dynamicTabs(current:"", tName:"" ) >> >> <$set name="alignmentTabs" value="tc-vertical" > >> First Test: <<alignmentTabs>>,$alignmentTabs$ >> >> <$macrocall $name="tabs" tabsList="""[tag[$tName$]nsort[order]]""" >> class="""<<alignmentTabs>>""" /> >> <br/> >> <$macrocall $name="testFunction" alignmentTabs="""<<alignmentTabs>>""" >> tName="""$tName$""" /> >> <br/> >> >> Last Test: >> <$macrocall $name="tabs" tabsList="""[tag[$tName$]nsort[order]]""" >> class="tc-vertical" /> >> </$set> >> '' >> \end >> >> <$macrocall $name="dynamicTabs" current=<<currentTiddler>> >> tName="TableOfContents"/> >> ``` >> > -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/27f6aa0f-1e78-4df2-b649-66806af35669n%40googlegroups.com.

