It work fine in FireFox though..
Is it possible to alter the script so you can use forinstance
CheckboxToggleTag instead? (It works fine in Google Chrome)
And if the checkboxtoggletag optionally could be a button (for the
tagA tagB-option)- that would be very nice :-)

|Name|ToggleTiddlersBar|
|Source|http://www.TiddlyTools.com/#ToggleBreadcrumbs|
|Version|0.0.0|

<script>
if (config.options.chkDisableTabsBar==undefined)
config.options.chkDisableTabsBar=true;
</script><<option chkDisableTabsBar>><script>
        var chk=place.lastChild;
        chk.coreOnChange=chk.onchange;
        chk.onchange=function() {
                if (this.coreOnChange) this.coreOnChange.apply(this,arguments);
                this.checked=config.options.chkDisableTabsBar;
                if (config.macros.DisableTabsBar)
config.macros.DisableTabsBar.refresh();
return
        };
</script>

YS Måns Mårtensson
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to