I have the following list widget that builds a table:

<table>
<tr>
<th style="text-align:left;">Name</th>
<th style="text-align:left;">Player</th>
<th style="text-align:left;">Status</th>
</tr>
<$list filter="[tag[Character]sort[title]sort[status]]">
<tr>
<td><$link to=<<currentTiddler>>>''<$view field=title/>''</$link></td>
<td><$view field=player /></td>
<td><span class="characterStatus"><$view field=status /></span></td>
</tr>
</$list>
</table>

I would like to set the span class based on the "status" field like so:

<td><span class="<$view field=status />"><$view field=status /></span></td>

 Is this possible?

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/ae292679-c2ea-492c-9936-a0b510f486b9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to