``` We need to see more of your code. Syntax like $something$ only works inside a macro. So what are the parameters of the macro? And how is the macro called?
Likewise, a notation like <<alignment>> represents a macro or variable, which has to be defined. If you have such a variable, how is it defined? ``` On Saturday, January 22, 2022 at 7:04:12 PM UTC-8 [email protected] wrote: > Hello > I try to make a tabs with a dynamic changeable class tc-vertical and > tc-horizontal. > I tried many things the simplest are this two but they didn't work. > The $tName$ works but class seems to use another render path. > > <$macrocall $name="tabs" tabsList="""[tag[$tName$]nsort[order]]""" > class="""$alignment$""" /> > <$macrocall $name="tabs" tabsList="""[tag[$tName$]nsort[order]]""" > class="""<<alignment>>""" /> > > This generate this HTML code in firefox: > > <div class="tc-tab-buttons <<alignment>>"> > or > <div class="tc-tab-buttons $alignment$"> > > Can anyone help to get this working. > > Thanks > Thomas > -- 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/3abad791-dcd9-4380-bfbb-28d2bede09dan%40googlegroups.com.

