Hi,

I believe the explanation is at the end of the tiddler 
https://tiddlywiki.com/#ButtonWidget

Regards

FrD

Le jeudi 9 août 2018 17:03:10 UTC+2, Mohammad a écrit :
>
> In https://tiddlywiki.com/#ButtonWidget it explains
>
> set A TextReference <https://tiddlywiki.com/#TextReference> to which a 
> new value will be assigned
> Now assume you have a button like this
>
>       <$button 
>         set={{!!note-status}}
>         setTo="show" 
>         class="tc-btn-invisible">
>           {{icon/addNote.svg}}
>       </$button>
>
> It creates a new tiddler with title got from the {{!!note-status}} and 
> sets its text to show. But the purpose here is to set the field 
> note-status in the current tiddler! However the below code works fine
>
>       <$button 
>         set="!!note-status"
>         setTo="show" 
>         class="tc-btn-invisible">
>           {{icon/addNote.svg}}
>       </$button>
>
> Note to set="!!note-status"
>
> Do you know why?
>
> - Mohammad
>
>

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/c804395b-14b0-4cf3-9b77-8a68c8f98ad9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to