Hi,

I have this simple list: 

<$list filter="[!has[draft.of]tag[Task archived]sort[created]]">
<div>
<$checkbox tag="Task done" uncheckactions="""<$action-sendmessage 
$message="tm-remove-tag" $param="Task archived" />""" > 
<$view field="done-date"/>
<$link to=<<currentTiddler>>>
<$view field="title"/>
</$link>
</$checkbox>
</div>
</$list>

and I would like the checkbox to remove the "Task done" tag (which it does) 
but also remove a tag "Task archived". I read that the uncheckactions 
parameter of the checkbox widget is exactly what I need, however, I cannot 
get it to work. 

Can someone please tell me what I am doing wrong? The documentations 
mention that the ActionWidget needs to be a string, hence the triple 
quotes, but it does not work without them either. I also tried to wrap it 
in an additional macro but that did nothing.

Thanks,
Petri

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/589cb510-a9b6-4272-bf13-f8698a84bcf5n%40googlegroups.com.

Reply via email to