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/59e9c179-1947-406b-93f5-174d8d1cb51an%40googlegroups.com.

