Or, you could take advantage of the onClickAfter powers of the
CheckboxPlugin (http://www.tiddlytools.com/##CheckboxPlugin).  For
example, if you also have the HideWhenPlugin (http://
mptw.tiddlyspot.com/#HideWhenPlugin), you could put something like
this in your ViewTemplate:

<span macro="showWhenTagged 'queued'">change the tag to assigned:
<span macro="checkbox [[]] [[]] [[]] [[]] [[{var
t=story.findContainingTiddler(place).getAttribute('tiddler');
store.setTiddlerTag(t,0,'queued'); store.setTiddlerTag(t,
1,'assigned');}]]"></span></span>
<span macro="showWhenTagged 'assigned'">change the tag to completed:
<span macro="checkbox [[]] [[]] [[]] [[]] [[{var
t=story.findContainingTiddler(place).getAttribute('tiddler');
store.setTiddlerTag(t,0,'assigned'); store.setTiddlerTag(t,
1,'completed');}]]"></span></span>
<span macro="showWhenTagged 'completed'">change the tag to archived:
<span macro="checkbox [[]] [[]] [[]] [[]] [[{var
t=story.findContainingTiddler(place).getAttribute('tiddler');
store.setTiddlerTag(t,0,'completed'); store.setTiddlerTag(t,
1,'archived');}]]"></span></span>

cmari


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to