Hey !

I'm trying to create a character sheet builder. I generate a select for 
available races :

<$select tiddler='$:/player-race' default='Carbonique'>
  <$list filter='[tag[Races]]'>
    <optgroup label={{!!group}}>
      <$list filter='[tag[Races]group{!!group}]'>
          <option value={{!!title}} title={{!!text}} ><$view 
field='title'/> (<$view field='cost'/>)</option>
      </$list>
    </optgroup>
  </$list>
</$select>

Now, I want to get the field "cost" of the selected race/tiddler in a 
<progress> (or <meter>) html tag, but this don't work :

<progress max='2' value={{$:/player-race!!cost}} ><$view 
tiddler={{$:/player-race}} field='cost' /></progress>

Anyone have a idea to get this work ?

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/592dad9c-206c-4088-b879-225d519c772c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to