[tw] [TW5] truly a minor issue. adding tags via fieldmangler, button and action-sendmessage doesn't work

2014-11-03 Thread Felix Küppers
Just if anyone is interested.

This works:


$fieldmangler tiddler=currentTiddler 

  $button class= message=tm-add-tag param=tagnameadd tag/$button
 
/$fieldmangler

This doesn't

$fieldmangler tiddler=currentTiddler 

$button

add tag

$action-sendmessage $message=tm-add-tag param=tagname /

/$button
 
/$fieldmangler


Maybe someone knows why?

Regards Felix

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] [TW5] truly a minor issue. adding tags via fieldmangler, button and action-sendmessage doesn't work

2014-11-03 Thread Jeremy Ruston
Hi Felix

The problem is that the $param attribute of the action-sendmessage widget
needs a $:

$action-sendmessage $message=tm-add-tag $param=tagname /

Best wishes

Jeremy



On Mon, Nov 3, 2014 at 10:01 AM, Felix Küppers felixkuepp...@hotmail.de
wrote:

 Just if anyone is interested.

 This works:


 $fieldmangler tiddler=currentTiddler 

   $button class= message=tm-add-tag param=tagnameadd tag/$button

 /$fieldmangler

 This doesn't

 $fieldmangler tiddler=currentTiddler 

 $button

 add tag

 $action-sendmessage $message=tm-add-tag param=tagname /

 /$button

 /$fieldmangler


 Maybe someone knows why?

 Regards Felix

 --
 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 post to this group, send email to tiddlywiki@googlegroups.com.
 Visit this group at http://groups.google.com/group/tiddlywiki.
 For more options, visit https://groups.google.com/d/optout.




-- 
Jeremy Ruston
mailto:jeremy.rus...@gmail.com

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] [TW5] truly a minor issue. adding tags via fieldmangler, button and action-sendmessage doesn't work

2014-11-03 Thread Felix Küppers
Oh, that's the mistake! I had already given up :)

Thanks!

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.