Hi JCG,

Define a tiddler eg: myChoiceMacro and tag it: $:/tags/Macro

\define choice(name)
<ul class="myTagListClass">
<$list filter="[tag[myTagList]]" variable="listItem">
<li>
<$radio tiddler=$name$  field="choice" value=<<listItem>>> <<listItem>> 
</$radio>
</li>
</$list>
</ul>
\end

Define two tag tiddlers: eg: one, two and tag them myTagList

Create a test titddler with the content

<<choice {{!!title}}>>
or
<<choice name:{{!!title}}>>


Define a tiddler eg: myStyles and tag it: $:/tags/Stylesheet

.myTagListClass {
    list-style-type: none;
    padding-left: 0px;
}

I did test it. That should do, what I think, you described. But I'm not 
sure if it is what you want ;)

have fun!
mario

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to