Hi Sorry, that should be (missed a trailing '>'):
<$fieldset tiddler="other-target" set="!!text" setTo="other-content"> <$setfield tiddler="target" set="!!text" setTo="your-content"> <$button message="tw-set-field">Set</$button></$setfield></$fieldset> regards On Thursday, May 29, 2014 9:04:52 AM UTC+2, Matabele wrote: > > Hi Mans > > Don't know exactly what you need, but my <$setfield> widget was designed > to fill the requirement to do several things with one button -- you can try > it our here: http://gwiz.tiddlyspot.com/ > > One suggestion is to re-write the 'text' field with: > > ... > <$fieldset tiddler="other-target" set="!!text" setTo="other-content" > <$setfield tiddler="target" set="!!text" setTo="your-content"> > <$button message="tw-set-field">Set</$button> > </$setfield> > </$fieldset> > ... > > The widgets can be stacked to set a field of several tiddlers (and/or to > set several fields of one tiddler), with one button. > > regards > > -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/d/optout.

