>
>
> <$set name="refTid" value={{test/TiddlerA}}>
>
> <$button>
>    <$transclude tiddler=<<refTid>> field="icon"/>
> </$button>
>
> <$set>
>

This doesn't work because of 

value={{test/TiddlerA}}

it feeds the transclude widget the text field contents of test?TiddlerA ( 
{{}} transcludes the tidder's content as the variable value) instead of the 
tiddler's title...


value="test/TiddlerA"

will feed the title to the transclude widget so it can read the icon field 
of it

-- 
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/52021b31-b7a2-4209-89c7-10c0db589965%40googlegroups.com.

Reply via email to