Hi, I'm trying to modify this select widget:

<$set name=myfield value=myvar>
<$select field=<<myfield>>>
<$list filter="[[LumbarKemps]get[plist]]">
<$list filter=<<currentTiddler>>>
<option value=<<currentTiddler>>><$text text=<<currentTiddler>>/></option>
</$list>
</$list>
</$select>
</$set>

Its already modified from 
here: 
http://tobibeer.github.io/tw/filters/#:%5B%5Biterate%20field%20values%5D%5D

The way this currently works is that it gets the list of options from the 
field "plist" in the tiddler [[LumbarKemps]], and whatever is selected in 
the dropdown list is put into the field "myvar", but its set in the 
*current tiddler*.

I've been trying to change it so that it sets into the field "myvar" in the 
[[LumbarKemps]] tiddler, by replacing one of the <<currentTiddler>> 
instances with "[[LumbarKemps]]", but none of it works.

Can someone let me know what I'm doing wrong?


thanks,
Dave

-- 
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/3ab7e6c4-c952-472b-9143-2d7dcd406f35%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to