Hello Jed,
I managed now to have all show/hide things by adding/removing tags with
this one checkbox :-)
But: That tags that checkbox-tiddler himself with that tags. Why? How can
avoid that behaviour?
And I couldn't bring it to work with the changing the text of some tiddlers.
I have written it like this now- what is wrong?
<$button class='tc-btn-invisible'>
<$reveal type='match'
state='$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/edit'
text='hide'>
<input type='checkbox'/>
<$button class='tc-btn-invisible'>
<$reveal type='match'
state='$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/clone'
text='hide'>
<input type='checkbox'/>
<$fieldmangler tiddler="$:/core/ui/SideBar/More">
<$action-sendmessage $message='tm-add-tag' $param="$:/tags/SideBar"/>
</$fieldmangler>
<$fieldmangler tiddler="+Neuer Tiddler von Vorlagen (Menu)">
<$action-sendmessage $message='tm-add-tag'
$param="$:/tags/mymenusTopRightBar"/>
</$fieldmangler>
<$fieldmangler tiddler="Tiddlerfuß Menu">
<$action-sendmessage $message='tm-add-tag'
$param="$:/tags/mymenusfooter"/>
</$fieldmangler>
<$action-setfield
$tiddler='$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/edit'
text='show'/>
</$reveal>
<$reveal type='nomatch'
state='$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/edit'
text='hide'>
<input type='checkbox' checked/>
<$action-setfield
$tiddler='$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/clone'
text='show'/>
</$reveal>
<$reveal type='nomatch'
state='$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/clone'
text='hide'>
<input type='checkbox' checked/>
<$fieldmangler tiddler="$:/core/ui/SideBar/More">
<$action-sendmessage $message='tm-remove-tag' $param="$:/tags/SideBar"/>
</$fieldmangler>
<$fieldmangler tiddler="+Neuer Tiddler von Vorlagen (Menu)">
<$action-sendmessage $message='tm-remove-tag'
$param="$:/tags/mymenusTopRightBar"/>
</$fieldmangler>
<$fieldmangler tiddler="Tiddlerfuß Menu">
<$action-sendmessage $message='tm-remove-tag'
$param="$:/tags/mymenusfooter"/>
</$fieldmangler>
<$action-setfield
$tiddler='$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/edit'
text='hide'/>
<$action-setfield
$tiddler='$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/edit'
text='hide'/>
</$reveal>
</$button>
And I don't know how to build and integrate this one:
<$checkbox tiddler="Mehrfach-Aktionen Menu für die Sidebar"
field="menu-item-4" checked="{{$:/core/ui/Buttons/control-panel}}<br/>"
unchecked=" " default=" "> "Control-Panel" im Mehrfach-Aktionen-Menu der
TopRightBar anzeigen</$checkbox>
Could you please explain?
Thanks! Surya
--
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/08745f83-9ba9-4dd8-a559-eae06ac64ab0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.