Hi Was BJ's post, not mine :-)
I'm not sure as to your final objective, but widgets may already be nested like so: <$button tooltip="Modify All"> <$list filter="[tag[MyTag]]"> <$action-setfield $tiddler=<<currentTiddler>> tags="[[tag one]] [[tag two]]" caption="something"/> </$list> Modify All </$button> The enclosed action-widgets will all get triggered by a click of the button. Another approach is to use BJ's $click widget to add a listener to trigger the event, but I find action-widgets to be the simpler approach. regards On Thursday, 10 December 2015 23:52:53 UTC+2, Tobias Beer wrote: > > Hi Matabele, > > >> this.children >> >> which is the array holding the child widgets >> > > Ah, of course. Sometimes, when things are new, there's that veil. ;-) > Sometimes you read that code but the ways things work just haven't sunk in > yet. > I'm all new to widget-land and thinking it will be a grand, enjoyable > journey. > Please bear with me as I do these toddler steps. > > Best wishes, > > Tobias. > -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywikidev. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywikidev/c0845c9d-7dc4-43e2-bfcd-16c52e858425%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
