> I created TaskToolbar with this:
> ---
> <<toggleTag Urgent>><<toggleTag Completed>>
> ---
>
> I then edited the ViewTemplate as follows:
> ---
> <!--{{{-->
> <span macro="showWhenTagged Tasks"><div class='toolbar' macro='toolbar
> [[TaskToolbar]]'></div></span>

The 'toolbar' macro only accepts a list of 'toolbar command
keywords'.  Your [[TaskToolbar]] tiddler contains TW macros.  You need
to 'transclude' that tiddler, rather than using it as params for the
toolbar macro.  Use the 'tiddler' macro instead, and leave off the
"[[" and "]]"... like this:

<span macro="showWhenTagged Tasks"><div class='toolbar' macro='tiddler
TaskToolbar'></div></span>

enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios

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