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="""<>""" />
This generate this HTML code in firefox:
or
Can anyone help to get this working.
Thanks
Thomas