Hi Matthew

Sorry, forgot to mention -- you must use html like this:

<table>
<tr><th>Title</th><th>Work</th><th>Home</th></tr>
<$list filter="[filter[expression]]">
<tr>
<td>{{!!title}}</td><td><$radio field="tasklist" value="work"></$radio>
</td><td><$radio field="tasklist" value="home"></$radio></td>
</tr>
</$list>
</table>

I made a task management app along this lines -- you might find some of my 
techniques useful: http://wills.tiddlyspot.com/
(an empty version here: http://gtid.tiddlyspot.com/)

regards

On Wednesday, July 9, 2014 12:05:05 AM UTC+2, Matthew Petty wrote:
>
> I would like to take a bunch of tiddlers, and create fields and set the 
> value for those fields, all at the same time.
> For example, I want to set a list of tiddlers so they have a field called 
> "tasklist" with the value "work", and another list so they have a field 
> called "tasklist" with the value "work".
> Is it possible to use the checkbox widget to set fields?
>

-- 
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