The first list gets a list of the indexes (the labels 1, 2, etc.), the 
second list gets the value of each index. You could also do it with a set 
widget and get the same result. Or a view widget like this:

<$select tiddler=<<tempTiddler>> field="pattern">
<$list filter='[[$:/plugins/beehive/rating]indexes[]]' variable=IndexValue>
<option value=<<indexValue>>><$view tiddler='$:/plugins/beehive/rating' 
index=<<IndexValue>>/></option>
</$list>
</$select>



setting the value attribute of the option sets the value stored if you want 
it to be different than the value displayed

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/87cfdd13-987f-4800-bf16-ae35e939796a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to